mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
This is a version column
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326063 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d205fc31ef
commit
28f9526986
10 changed files with 15 additions and 15 deletions
|
@ -75,7 +75,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Since 4.3.0</entry>
|
||||
<entry>4.3.0</entry>
|
||||
<entry>
|
||||
The <parameter>year</parameter> parameter is optional and defaults
|
||||
to the current year according to the local time if omitted.
|
||||
|
|
|
@ -90,14 +90,14 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Since 4.3.0</entry>
|
||||
<entry>4.3.0</entry>
|
||||
<entry>
|
||||
The <parameter>year</parameter> parameter is optional and defaults
|
||||
to the current year according to the local time if omitted.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Since 4.3.0</entry>
|
||||
<entry>4.3.0</entry>
|
||||
<entry>
|
||||
The <parameter>method</parameter> parameter was introduced.
|
||||
</entry>
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Since 5.3.0</entry>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
&null; became the default value for <parameter>object</parameter>,
|
||||
so passing &null; to <parameter>object</parameter> now has the same
|
||||
|
@ -70,13 +70,13 @@
|
|||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Since 5.0.0</entry>
|
||||
<entry>5.0.0</entry>
|
||||
<entry>
|
||||
The class name is returned in its original notation.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Since 5.0.0</entry>
|
||||
<entry>5.0.0</entry>
|
||||
<entry>
|
||||
The <parameter>object</parameter> parameter is optional if called
|
||||
from the object's method.
|
||||
|
|
|
@ -65,14 +65,14 @@
|
|||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Since 5.0.0</entry>
|
||||
<entry>5.0.0</entry>
|
||||
<entry>
|
||||
The <parameter>object</parameter> parameter is optional if called
|
||||
from the object's method.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Since 4.0.5</entry>
|
||||
<entry>4.0.5</entry>
|
||||
<entry>
|
||||
If <parameter>object</parameter> is a string, returns the name of the
|
||||
parent class of the class with that name.
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Since 4.1.0</entry>
|
||||
<entry>4.1.0</entry>
|
||||
<entry>
|
||||
The function can now convert numbers that are too large to
|
||||
fit into the platforms <type>integer</type> type, larger values
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Since 4.1.0</entry>
|
||||
<entry>4.1.0</entry>
|
||||
<entry>
|
||||
The function can now convert values that are too big for
|
||||
the platforms <type>integer</type> type, it will return
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Since 4.3.0</entry>
|
||||
<entry>4.3.0</entry>
|
||||
<entry>
|
||||
The optional parameter <parameter>base</parameter> became available.
|
||||
For older versions you can calculate the logarithm in base <literal>b</literal>
|
||||
|
|
|
@ -56,14 +56,14 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Since 4.2.0</entry>
|
||||
<entry>4.2.0</entry>
|
||||
<entry>
|
||||
The <parameter>seed</parameter> becomes optional
|
||||
and defaults to a random value if omitted.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Since 5.2.1</entry>
|
||||
<entry>5.2.1</entry>
|
||||
<entry>
|
||||
The Mersenne Twister implementation in PHP now uses a new seeding
|
||||
algorithm by Richard Wagner. Identical seeds no longer produce the same
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Since 4.1.0</entry>
|
||||
<entry>4.1.0</entry>
|
||||
<entry>
|
||||
The function can now convert numbers that are too large to
|
||||
fit into the platforms <type>integer</type> type, larger values
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>Since 4.2.0</entry>
|
||||
<entry>4.2.0</entry>
|
||||
<entry>
|
||||
The <parameter>seed</parameter> becomes optional
|
||||
and defaults to a random value if omitted.
|
||||
|
|
Loading…
Reference in a new issue