Displayin array in hexadecimal

hello everyone,

i know that %p is used to display the array… but this displays it in decimal…

can anyone tell me how to print it in hexadecimal…(no foreach method)…

In reply to ganesh shetti:

Use $displayh()

In reply to dave_59:

thanks dave, it worked…