PHP and MySQL function return -


so have piece of code, it's image upload system:

return (getboolpreference('enablefield#images@items')); 

i have never seen # , @ @ codes. if return , meaning of # , @, grateful

'enablefield#images@items' nothing more string php in syntax. getboolpreference function can tell how string used in program.

your return statement returns output of getboolpreference generated when string 'enablefield#images@items' passed it, nothing more, nothing less.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -