×
Past week
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
4 days ago · Example#653 - wincache_ucache_add with key as a string · Example#654 - wincache_ucache_add with key as an array · Example#655 - Using wincache_ucache_cas ...
1 day ago · In order to remove an element from an array, we can use unset() function which removes the element from an array and then use array_values() function which ...
Missing: url | Show results with:url
5 days ago · Show basic array syntax in your language. Basically, create an array, assign a value to it, and retrieve an element (if available, show both fixed-length arrays ...
7 days ago · Liste d'exemples ¶. Liste de tous les exemples du manuel. Example#0 - Exemple d'introduction · Example#1 - Notre premier script PHP : bonjour.php ...
6 days ago · Uniquely identifies media files with a "key" that is bound to their "name" or "url ... However, if you'd like to check if a certain function exists ... index.php?
3 days ago · Check if an attribute exists on the object. Method added, 1.2.0, $name ... See php.net/manual/en/datetime.format.php ... key, array $parameters = [], $number = null.
Missing: url | Show results with:url
6 days ago · The eval() function evaluates JavaScript code represented as a string and returns its completion value. The source is parsed as a script.
Missing: php. php
4 days ago · Example#2020 - Connect by specifying a user name and password. Example#2021 - Connect on a specified port. ... Example#2024 - Retrieving an associative array.
6 days ago · The configuration values listed here are keys in the global PHP array $GLOBALS['TYPO3_CONF_VARS']['SYS'] . ... A list of supported values can be found at php.net.
2 days ago · To access a cookie received from a client, use the PHP $_COOKIE superglobal array Each key in the array represents a cookie - the key name is the cookie name.