Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Repairs.

Web development quizzes

Clock
Minutes
Seconds
PHP class and function names are case sensitive.

strrev("Hello") returns olleH

We can create an empty array like this: $myarray = new Array;

You can install PHP with XAMPP.

We can know the size of an array with $myarray->length.