May 7 • next
Advance the internal array pointer of an array
- Lookup next in the PHP manual
May 6 • readfile
Reads a file and writes it to the output buffer
- Lookup readfile in the PHP manual
May 1 • trim
Strip whitespace (or other characters) from the beginning and end of a string
- Lookup trim in the PHP manual
Apr 30 • ip2long
Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
- Lookup ip2long in the PHP manual
Apr 29 • array_diff
Computes the difference of arrays
- Lookup array_diff in the PHP manual
Apr 28 • setcookie
Send a cookie
- Lookup setcookie in the PHP manual
Apr 27 • asort
Sort an array and maintain index association
- Lookup asort in the PHP manual
Apr 23 • unset
Unset (destroy) a given variable
- Lookup unset in the PHP manual
Apr 22 • getlastmod
Gets time of last page modification
- Lookup getlastmod in the PHP manual
Apr 20 • preg_grep
Return array entries that match the pattern
- Lookup preg_grep in the PHP manual
Apr 17 • parse_str
Parses the string into variables
- Lookup parse_str in the PHP manual
Apr 16 • str_pad
Pad a string to a certain length with another string
- Lookup str_pad in the PHP manual
Apr 15 • implode
Join array elements with a string
- Lookup implode in the PHP manual
Apr 14 • gethostbyaddr
Get the Internet host name corresponding to a given IP address
- Lookup gethostbyaddr in the PHP manual
Apr 13 • parse_ini_file
Parse a configuration file
- Lookup parse_ini_file in the PHP manual
Apr 9 • get_class
Returns the name of the class of an object
- Lookup get_class in the PHP manual
Apr 8 • array_rand
Pick one or more random entries out of an array
- Lookup array_rand in the PHP manual
Apr 7 • preg_replace_callback
Perform a regular expression search and replace using a callback function
- Lookup preg_replace_callback in the PHP manual
Apr 6 • session_write_close
Write session data and end session
- Lookup session_write_close in the PHP manual
