mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
no longer experimental
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68672 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
76d899206f
commit
06b9338414
1 changed files with 1 additions and 25 deletions
|
@ -1,11 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<reference id="ref.ctype">
|
||||
<title>Character type functions</title>
|
||||
<titleabbrev>ctype</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
&warn.experimental;
|
||||
<para>
|
||||
These functions check whether a character or string
|
||||
falls into a certain character class according to the
|
||||
|
@ -25,18 +24,6 @@
|
|||
Passing anything else but a string or integer will
|
||||
return &false; immediately.
|
||||
</para>
|
||||
<warning>
|
||||
<simpara>
|
||||
These functions are new as of PHP 4.0.4 and might change their
|
||||
name in the near future. Suggestions are to change them to
|
||||
<function>ctype_issomething</function> instead of
|
||||
<function>ctype_something</function> or even to make them part of
|
||||
<filename>ext/standard</filename> and use their original C-names,
|
||||
although this would possibly lead to further confusion regarding
|
||||
the <function>isset</function>
|
||||
vs. <function>is_sometype</function> problem.
|
||||
</simpara>
|
||||
</warning>
|
||||
</partintro>
|
||||
|
||||
|
||||
|
@ -53,7 +40,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
See also <function>setlocale</function>.
|
||||
</para>
|
||||
|
@ -73,7 +59,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -92,7 +77,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -111,7 +95,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -130,7 +113,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -149,7 +131,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -168,7 +149,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -190,7 +170,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -209,7 +188,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -228,7 +206,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -249,7 +226,6 @@
|
|||
<paramdef>string <parameter>c</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue