cvs: phpdoc-sv /reference/strings functions.xml reference.xml
[email protected] ("Per Gustafsson") Sun, 01 Sep 2002 11:12:01 -0000
| Newsgroups | php.doc.sv |
|---|---|
| Message-ID | <cvsjome1030878721@cvsserver> |
jome Sun Sep 1 07:12:01 2002 EDT
Added files:
/phpdoc-sv/reference/strings functions.xml reference.xml
Log:
started translation of the string functions
Index: phpdoc-sv/reference/strings/functions.xml
+++ phpdoc-sv/reference/strings/functions.xml
&reference.strings.functions.addcslashes;
&reference.strings.functions.addslashes;
&reference.strings.functions.bin2hex;
&reference.strings.functions.chop;
&reference.strings.functions.chr;
&reference.strings.functions.chunk-split;
&reference.strings.functions.convert-cyr-string;
&reference.strings.functions.count-chars;
&reference.strings.functions.crc32;
&reference.strings.functions.crypt;
&reference.strings.functions.echo;
&reference.strings.functions.explode;
&reference.strings.functions.get-html-translation-table;
&reference.strings.functions.get-meta-tags;
&reference.strings.functions.hebrev;
&reference.strings.functions.hebrevc;
&reference.strings.functions.htmlentities;
&reference.strings.functions.htmlspecialchars;
&reference.strings.functions.implode;
&reference.strings.functions.join;
&reference.strings.functions.levenshtein;
&reference.strings.functions.localeconv;
&reference.strings.functions.ltrim;
&reference.strings.functions.md5-file;
&reference.strings.functions.md5;
&reference.strings.functions.metaphone;
&reference.strings.functions.nl-langinfo;
&reference.strings.functions.nl2br;
&reference.strings.functions.ord;
&reference.strings.functions.parse-str;
&reference.strings.functions.print;
&reference.strings.functions.printf;
&reference.strings.functions.quoted-printable-decode;
&reference.strings.functions.quotemeta;
&reference.strings.functions.rtrim;
&reference.strings.functions.setlocale;
&reference.strings.functions.similar-text;
&reference.strings.functions.soundex;
&reference.strings.functions.sprintf;
&reference.strings.functions.sscanf;
&reference.strings.functions.str-pad;
&reference.strings.functions.str-repeat;
&reference.strings.functions.str-replace;
&reference.strings.functions.str-rot13;
&reference.strings.functions.strcasecmp;
&reference.strings.functions.strchr;
&reference.strings.functions.strcmp;
&reference.strings.functions.strcoll;
&reference.strings.functions.strcspn;
&reference.strings.functions.strip-tags;
&reference.strings.functions.stripcslashes;
&reference.strings.functions.stripslashes;
&reference.strings.functions.stristr;
&reference.strings.functions.strlen;
&reference.strings.functions.strnatcasecmp;
&reference.strings.functions.strnatcmp;
&reference.strings.functions.strncasecmp;
&reference.strings.functions.strncmp;
&reference.strings.functions.strpos;
&reference.strings.functions.strrchr;
&reference.strings.functions.strrev;
&reference.strings.functions.strrpos;
&reference.strings.functions.strspn;
&reference.strings.functions.strstr;
&reference.strings.functions.strtok;
&reference.strings.functions.strtolower;
&reference.strings.functions.strtoupper;
&reference.strings.functions.strtr;
&reference.strings.functions.substr-count;
&reference.strings.functions.substr-replace;
&reference.strings.functions.substr;
&reference.strings.functions.trim;
&reference.strings.functions.ucfirst;
&reference.strings.functions.ucwords;
&reference.strings.functions.vprintf;
&reference.strings.functions.vsprintf;
&reference.strings.functions.wordwrap;
Index: phpdoc-sv/reference/strings/reference.xml
+++ phpdoc-sv/reference/strings/reference.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.4 Maintainer: Jome Status: ready -->
<reference id="ref.strings">
<title>Strängfunktioner</title>
<titleabbrev>Strängar</titleabbrev>
<partintro>
<section id="strings.intro">
&reftitle.intro;
<para>
Alla dessa funktioner används för att manipulera strängar på olika
sätt. Lite mer specialiserade sektioner kan hittas under
reguljära uttryck och <link linkend="ref.url">URL-hantering</link>.
</para>
<para>
För information om hur strängar fungerar, speciellt i samband med
användning av enkla citationstecken, citationstecken och
så kallade "escape"-sekvenser, se
kapitlet om <link linkend="language.types.string">Strängar</link>
under <link linkend="language.types">Variabeltyper</link>.
</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>
Om du vill ha ännu kraftfullare hantering och manipulering av
strängar, ta en titt under <link linkend="ref.regex">POSIX
reguljära uttryck</link> och <link linkend="ref.pcre">Perl-kompatibla
reguljära uttryck</link>.
</para>
</section>
</partintro>
&reference.strings.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->