Previously I had
requested permission to include the function reference in an upcoming PHP 5
book. I would like to modify my
request to simply have permission to include just the function prototypes. I would like to create an alphabetized
list of all PHP functions with their function prototypes and the category
(array, mysql, etc.) in which they belong. For example: array array_change_key_case( array input [, int
case] ) array array_chunk( array input, int
size [, bool preserve_keys] ) … I will refer readers
to the online details for all functions, and will cross reference to examples
within the book for some. Thanks in advance
for your consideration! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |