mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
6cbff88328
commit
acd2934550
1 changed files with 54 additions and 34 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<appendix id="migration5">
|
||||
<title>Migrating from PHP 4 to PHP 5</title>
|
||||
|
||||
|
@ -277,7 +277,7 @@ Action application/x-httpd-php "/php/php-cgi.exe"
|
|||
<para>
|
||||
In PHP 5 there are some new functions. Here is the list of them:
|
||||
</para>
|
||||
<para>Arrays:</para>
|
||||
<para><link linkend="ref.array">Arrays:</link></para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -340,7 +340,7 @@ Action application/x-httpd-php "/php/php-cgi.exe"
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>InterBase:</para>
|
||||
<para><link linkend="ref.ibase">InterBase:</link></para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -454,7 +454,7 @@ Action application/x-httpd-php "/php/php-cgi.exe"
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>iconv:</para>
|
||||
<para><link linkend="ref.iconv">iconv:</link></para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -497,7 +497,7 @@ Action application/x-httpd-php "/php/php-cgi.exe"
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Streams:</para>
|
||||
<para><link linkend="ref.stream">Streams:</link></para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -549,6 +549,55 @@ Action application/x-httpd-php "/php/php-cgi.exe"
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para><link linkend="ref.datetime">Date and time related:</link></para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>idate</function> - Format a local time/date as integer
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>date_sunset</function> - Time of sunset for a given day and
|
||||
location
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>date_sunrise</function> - Time of sunrise for a given day and
|
||||
location
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>time_nanosleep</function> - Delay for a number of seconds and
|
||||
nano seconds
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para><link linkend="ref.strings">Strings:</link></para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>str_split</function> - Convert a string to an array
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>strpbrk</function> - Search a string for any of a set of
|
||||
characters
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>substr_compare</function> - Binary safe optionally case
|
||||
insensitive comparison of two strings from an offset, up to length
|
||||
characters
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Other:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
@ -625,11 +674,6 @@ Action application/x-httpd-php "/php/php-cgi.exe"
|
|||
<function>http_build_query</function> - Generate URL-encoded query string
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>idate</function> - Format a local time/date as integer
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>image_type_to_extension</function> - Get file extension for
|
||||
|
@ -727,30 +771,6 @@ Action application/x-httpd-php "/php/php-cgi.exe"
|
|||
column types from a particular table
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>str_split</function> - Convert a string to an array
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>strpbrk</function> - Search a string for any of a set of
|
||||
characters
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>substr_compare</function> - Binary safe optionally case
|
||||
insensitive comparison of two strings from an offset, up to length
|
||||
characters
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>time_nanosleep</function> - Delay for a number of seconds and
|
||||
nano seconds
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue