Love is what
makes you smile
when you tired.
Tuesday, 2 June 2015
Subscribe to:
Post Comments (Atom)
remove a property from a JavaScript object?
remove a property from a JavaScript object? delete myObject.regex; // or, delete myObject['regex']; // or, var prop = ...
-
php global variables Several predefined variables in PHP are "superglobals", which means that they are always accessible, regardl...
-
PHP 5 Constants Constants are like variables except that once they are defined they cannot be changed or undefined. PHP Constants A c...
-
Very often when you write code, you want to perform different actions for different decisions. You can use conditional statements in your co...
No comments:
Post a Comment