mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Some minor fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84332 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dc0d04d32b
commit
0fbac3c061
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.strings">
|
||||
<title>String functions</title>
|
||||
<titleabbrev>Strings</titleabbrev>
|
||||
|
@ -21,7 +21,7 @@
|
|||
For even more powerful string handling and manipulating functions
|
||||
take a look at the <link linkend="ref.regex">POSIX regular
|
||||
expression functions</link> and the <link linkend="ref.pcre">Perl
|
||||
compatible regular expression functions</link>
|
||||
compatible regular expression functions</link>.
|
||||
</para>
|
||||
</partintro>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.isset">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>isset</methodname>
|
||||
<type>bool</type><methodname>isset</methodname>
|
||||
<methodparam><type>mixed</type><parameter>var</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>var</parameter></methodparam>
|
||||
<methodparam choice="opt"><parameter>...</parameter></methodparam>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.settype">
|
||||
<refnamediv>
|
||||
|
@ -53,7 +53,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"null" (since PHP 4.0.8)
|
||||
"null" (since PHP 4.2.0)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue