From acd293455062159f358515c7f8df03dc031c7653 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sat, 4 Sep 2004 12:23:09 +0000 Subject: [PATCH] more groups, links to extensions added date_sunrise date_sunset git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167968 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration5.xml | 88 ++++++++++++++++++++++++--------------- 1 file changed, 54 insertions(+), 34 deletions(-) diff --git a/appendices/migration5.xml b/appendices/migration5.xml index e05a04f326..4a54e1b64c 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -277,7 +277,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" In PHP 5 there are some new functions. Here is the list of them: - Arrays: + Arrays: @@ -340,7 +340,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" - InterBase: + InterBase: @@ -454,7 +454,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" - iconv: + iconv: @@ -497,7 +497,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" - Streams: + Streams: @@ -549,6 +549,55 @@ Action application/x-httpd-php "/php/php-cgi.exe" + Date and time related: + + + + idate - Format a local time/date as integer + + + + + date_sunset - Time of sunset for a given day and + location + + + + + date_sunrise - Time of sunrise for a given day and + location + + + + + time_nanosleep - Delay for a number of seconds and + nano seconds + + + + + Strings: + + + + str_split - Convert a string to an array + + + + + strpbrk - Search a string for any of a set of + characters + + + + + substr_compare - Binary safe optionally case + insensitive comparison of two strings from an offset, up to length + characters + + + + Other: @@ -625,11 +674,6 @@ Action application/x-httpd-php "/php/php-cgi.exe" http_build_query - Generate URL-encoded query string - - - idate - Format a local time/date as integer - - image_type_to_extension - Get file extension for @@ -727,30 +771,6 @@ Action application/x-httpd-php "/php/php-cgi.exe" column types from a particular table - - - str_split - Convert a string to an array - - - - - strpbrk - Search a string for any of a set of - characters - - - - - substr_compare - Binary safe optionally case - insensitive comparison of two strings from an offset, up to length - characters - - - - - time_nanosleep - Delay for a number of seconds and - nano seconds - -