Archive for the ‘PHP Syntax’ Category

Can PHP accept multidimensional arrays passed in the http request as form variables?

Friday, October 5th, 2007

multidimensional arrays as form variables
(PHP 4.0 Beta 3 < )

Its really useful to be able to pass …

PHP: Dynamically Discovering Current Function’s Name

Wednesday, September 19th, 2007

If you are writing a script that bases decisions on a method name or function, how can …

The generic stdclass class in PHP (standard object)

Wednesday, September 19th, 2007

I’m new to Object Oriented Programming in PHP and keep forgetting what the name of the generic …

What on Earth does a single underscore then parenthesis mean in PHP? _()

Sunday, July 22nd, 2007

Further to my previous post on the double underscore __() …

I’ve just discovered that …

What on Earth does a double underscore then parenthesis mean in PHP? __()

Friday, April 13th, 2007

php devilI was taking my first steps at really digging-below-the-surface of the code in WordPress, (trying to re-order the way my Page List was being shown on the sidebar), when I spotted a really strange piece of code in one of the examples: