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:
Hannes Magnusson 2012-06-09 17:14:24 +00:00
parent d205fc31ef
commit 28f9526986
10 changed files with 15 additions and 15 deletions

View file

@ -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.

View file

@ -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>

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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.