Jun 9 • ftruncate
Truncates a file to a given length
- Lookup ftruncate in the PHP manual
Jun 8 • strrev
Reverse a string
- Lookup strrev in the PHP manual
Jun 5 • array_pop
Pop the element off the end of array
- Lookup array_pop in the PHP manual
Jun 4 • mt_rand
Generate a better random value
- Lookup mt_rand in the PHP manual
Jun 3 • ksort
Sort an array by key
- Lookup ksort in the PHP manual
Jun 1 • strspn
Find the length of the initial segment matching a mask
- Lookup strspn in the PHP manual
May 28 • mail
Sends an email
- Lookup mail in the PHP manual
May 27 • constant
Returns the value of a constant
- Lookup constant in the PHP manual
May 26 • is_subclass_of
Checks if the object has this class as one of its parents
- Lookup is_subclass_of in the PHP manual
May 22 • idate
Format a local time/date as integer
- Lookup idate in the PHP manual
May 21 • iterator_to_array
Copy the iterator into an array
- Lookup iterator_to_array in the PHP manual
May 20 • ob_start
Turn on output buffering
- Lookup ob_start in the PHP manual
May 19 • simplexml_load_file
Interprets an XML file into an object
- Lookup simplexml_load_file in the PHP manual
May 18 • decbin
Returns a string containing a binary representation of the given integer
- Lookup decbin in the PHP manual
May 15 • intval
Get the integer value of a variable
- Lookup intval in the PHP manual
May 14 • get_object_vars
Gets the properties of the given object
- Lookup get_object_vars in the PHP manual
May 13 • func_get_args
Returns an array comprising a function's argument list
- Lookup func_get_args in the PHP manual
May 12 • set_include_path
Sets the include_path configuration option
- Lookup set_include_path in the PHP manual
May 11 • get_meta_tags
Extracts all meta tag content attributes from a file and returns an array
- Lookup get_meta_tags in the PHP manual
