mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
new structure applied
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90409 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4c29c63de7
commit
89bced691a
1 changed files with 42 additions and 19 deletions
|
@ -1,28 +1,51 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<reference id="ref.strings">
|
||||
<title>String functions</title>
|
||||
<titleabbrev>Strings</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<simpara>
|
||||
These functions all manipulate strings in various ways. Some more
|
||||
specialized sections can be found in the regular expression and
|
||||
URL handling sections.
|
||||
</simpara>
|
||||
<para>
|
||||
For information on how strings behave, especially with regard to
|
||||
usage of single quotes, double quotes, and escape sequences, see
|
||||
the <link linkend="language.types.string">Strings</link> entry in
|
||||
the <link linkend="language.types">Types</link> section of the
|
||||
manual.
|
||||
</para>
|
||||
<para>
|
||||
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>.
|
||||
</para>
|
||||
<section id="strings.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
These functions all manipulate strings in various ways. Some more
|
||||
specialized sections can be found in the regular expression and
|
||||
<link linkend="ref.url">URL handling</link> sections.
|
||||
</para>
|
||||
<para>
|
||||
For information on how strings behave, especially with regard to
|
||||
usage of single quotes, double quotes, and escape sequences, see
|
||||
the <link linkend="language.types.string">Strings</link> entry in
|
||||
the <link linkend="language.types">Types</link> section of the
|
||||
manual.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="strings.requirements">
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
</section>
|
||||
|
||||
<section id="strings.installation">
|
||||
&reftitle.install;
|
||||
&no.install;
|
||||
</section>
|
||||
|
||||
|
||||
<section id="strings.constants">
|
||||
&reftitle.constants;
|
||||
&no.constants;
|
||||
</section>
|
||||
|
||||
<section id="strings.seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
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>.
|
||||
</para>
|
||||
</section>
|
||||
</partintro>
|
||||
|
||||
&reference.strings.functions;
|
||||
|
|
Loading…
Reference in a new issue