cvs: phpdoc-cs /reference/array/functions pos.xml sizeof.xml /reference/com/functions com-propget.xml com-propput.xml com-propset.xml /reference/filesystem/functions diskfreespace.xml fputs.xml set-file-buffer.xml /reference/info/functions get-required-files.xml ini-alter.xml /reference/misc/functions die.xml show-source.xml /reference/mysql/functions mysql-pconnect.xml /reference/network/functions socket-get-status.xml socket-set-blocking.xml socket-set-timeout.xml /reference/openssl/functions openssl-get-privatekey.xml openssl-get-publickey.xml /reference/pdf/functions pdf-set-leading.xml /reference/recode/functions recode.xml /reference/strings/functions chop.xml join.xml levenshtein.xml strchr.xml /reference/wddx/functions wddx-deserialize.xml
[email protected] ("Jakub Vrana") Thu, 30 Nov 2006 09:30:26 -0000
| Newsgroups | php.doc.cs |
|---|---|
| Message-ID | <cvsvrana1164879026@cvsserver> |
vrana Thu Nov 30 09:30:26 2006 UTC
Modified files:
/phpdoc-cs/reference/array/functions pos.xml sizeof.xml
/phpdoc-cs/reference/com/functions com-propget.xml com-propput.xml
com-propset.xml
/phpdoc-cs/reference/filesystem/functions diskfreespace.xml
fputs.xml
set-file-buffer.xml
/phpdoc-cs/reference/info/functions get-required-files.xml
ini-alter.xml
/phpdoc-cs/reference/misc/functions die.xml show-source.xml
/phpdoc-cs/reference/mysql/functions mysql-pconnect.xml
/phpdoc-cs/reference/network/functions socket-get-status.xml
socket-set-blocking.xml
socket-set-timeout.xml
/phpdoc-cs/reference/openssl/functions openssl-get-privatekey.xml
openssl-get-publickey.xml
/phpdoc-cs/reference/pdf/functions pdf-set-leading.xml
/phpdoc-cs/reference/recode/functions recode.xml
/phpdoc-cs/reference/strings/functions chop.xml join.xml
levenshtein.xml strchr.xml
/phpdoc-cs/reference/wddx/functions wddx-deserialize.xml
Log:
Fix fix protos
vrana-20061130093026.txt
(text/plain, 23.3 KB)
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/array/functions/pos.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/array/functions/pos.xml
diff -u phpdoc-cs/reference/array/functions/pos.xml:1.2 phpdoc-cs/reference/array/functions/pos.xml:1.3
--- phpdoc-cs/reference/array/functions/pos.xml:1.2 Fri Nov 24 15:25:09 2006
+++ phpdoc-cs/reference/array/functions/pos.xml Thu Nov 30 09:30:24 2006
@@ -8,7 +8,10 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>mixed</type><methodname>pos</methodname>
+ <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Toto je alias k <function>current</function>.
</simpara>
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/array/functions/sizeof.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/array/functions/sizeof.xml
diff -u phpdoc-cs/reference/array/functions/sizeof.xml:1.2 phpdoc-cs/reference/array/functions/sizeof.xml:1.3
--- phpdoc-cs/reference/array/functions/sizeof.xml:1.2 Fri Nov 24 15:25:09 2006
+++ phpdoc-cs/reference/array/functions/sizeof.xml Thu Nov 30 09:30:24 2006
@@ -8,7 +8,10 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>sizeof</methodname>
+ <methodparam><type>array</type><parameter>array</parameter></methodparam>
+ </methodsynopsis>
<para>
Vrací poèet prvkù v poli.
</para>
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/com/functions/com-propget.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/com/functions/com-propget.xml
diff -u phpdoc-cs/reference/com/functions/com-propget.xml:1.2 phpdoc-cs/reference/com/functions/com-propget.xml:1.3
--- phpdoc-cs/reference/com/functions/com-propget.xml:1.2 Fri Nov 24 15:25:09 2006
+++ phpdoc-cs/reference/com/functions/com-propget.xml Thu Nov 30 09:30:25 2006
@@ -10,7 +10,11 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>mixed</type><methodname>com_propget</methodname>
+ <methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
+ <methodparam><type>string</type><parameter>property</parameter></methodparam>
+ </methodsynopsis>
<para>
Tato funkce je alias k <function>com_get</function>.
</para>
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/com/functions/com-propput.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/com/functions/com-propput.xml
diff -u phpdoc-cs/reference/com/functions/com-propput.xml:1.2 phpdoc-cs/reference/com/functions/com-propput.xml:1.3
--- phpdoc-cs/reference/com/functions/com-propput.xml:1.2 Fri Nov 24 15:25:09 2006
+++ phpdoc-cs/reference/com/functions/com-propput.xml Thu Nov 30 09:30:25 2006
@@ -10,7 +10,12 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>com_propput</methodname>
+ <methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
+ <methodparam><type>string</type><parameter>property</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
+ </methodsynopsis>
<para>
Tato funkce je alias ke <function>com_set</function>.
</para>
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/com/functions/com-propset.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/com/functions/com-propset.xml
diff -u phpdoc-cs/reference/com/functions/com-propset.xml:1.2 phpdoc-cs/reference/com/functions/com-propset.xml:1.3
--- phpdoc-cs/reference/com/functions/com-propset.xml:1.2 Fri Nov 24 15:25:09 2006
+++ phpdoc-cs/reference/com/functions/com-propset.xml Thu Nov 30 09:30:25 2006
@@ -10,7 +10,12 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>com_propset</methodname>
+ <methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
+ <methodparam><type>string</type><parameter>property</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
+ </methodsynopsis>
<para>
Tato funkce je alias ke <function>com_set</function>.
</para>
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/filesystem/functions/diskfreespace.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/filesystem/functions/diskfreespace.xml
diff -u phpdoc-cs/reference/filesystem/functions/diskfreespace.xml:1.2 phpdoc-cs/reference/filesystem/functions/diskfreespace.xml:1.3
--- phpdoc-cs/reference/filesystem/functions/diskfreespace.xml:1.2 Fri Nov 24 15:25:10 2006
+++ phpdoc-cs/reference/filesystem/functions/diskfreespace.xml Thu Nov 30 09:30:25 2006
@@ -8,7 +8,10 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>float</type><methodname>diskfreespace</methodname>
+ <methodparam><type>string</type><parameter>directory</parameter></methodparam>
+ </methodsynopsis>
<para>
Pøijímá øetìzec obsahující cestu na adresáø, vrací poèet bytù dostupných
na odpovídajícím filesystému nebo oddílu.
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/filesystem/functions/fputs.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/filesystem/functions/fputs.xml
diff -u phpdoc-cs/reference/filesystem/functions/fputs.xml:1.2 phpdoc-cs/reference/filesystem/functions/fputs.xml:1.3
--- phpdoc-cs/reference/filesystem/functions/fputs.xml:1.2 Fri Nov 24 15:25:10 2006
+++ phpdoc-cs/reference/filesystem/functions/fputs.xml Thu Nov 30 09:30:25 2006
@@ -8,7 +8,14 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>fputs</methodname>
+ <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>
+ length
+ </parameter></methodparam>
+ </methodsynopsis>
<para>
Funkce <function>fputs</function> je alias k
<function>fwrite</function> a je s ní tedy naprosto identická.
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/filesystem/functions/set-file-buffer.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/filesystem/functions/set-file-buffer.xml
diff -u phpdoc-cs/reference/filesystem/functions/set-file-buffer.xml:1.2 phpdoc-cs/reference/filesystem/functions/set-file-buffer.xml:1.3
--- phpdoc-cs/reference/filesystem/functions/set-file-buffer.xml:1.2 Fri Nov 24 15:25:10 2006
+++ phpdoc-cs/reference/filesystem/functions/set-file-buffer.xml Thu Nov 30 09:30:25 2006
@@ -10,7 +10,11 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>set_file_buffer</methodname>
+ <methodparam><type>int</type><parameter>fp</parameter></methodparam>
+ <methodparam><type>int</type><parameter>buffer</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Výstup pomocí <function>fwrite</function> je implicitnì bufferován
do bufferu o velikosti 8 KB. To znamená, ¾e kdy¾ chtìjí dva procesy
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/info/functions/get-required-files.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/info/functions/get-required-files.xml
diff -u phpdoc-cs/reference/info/functions/get-required-files.xml:1.2 phpdoc-cs/reference/info/functions/get-required-files.xml:1.3
--- phpdoc-cs/reference/info/functions/get-required-files.xml:1.2 Fri Nov 24 15:25:10 2006
+++ phpdoc-cs/reference/info/functions/get-required-files.xml Thu Nov 30 09:30:25 2006
@@ -11,7 +11,10 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>array</type><methodname>get_required_files</methodname>
+ <void/>
+ </methodsynopsis>
<para>
Tato funkce vrátí asociativní pole jmen v¹ech souborù, které byly naèteny do
probíhajícího skriptu pomocí <function>require_once</function>. Indexy
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/info/functions/ini-alter.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/info/functions/ini-alter.xml
diff -u phpdoc-cs/reference/info/functions/ini-alter.xml:1.2 phpdoc-cs/reference/info/functions/ini-alter.xml:1.3
--- phpdoc-cs/reference/info/functions/ini-alter.xml:1.2 Fri Nov 24 15:25:10 2006
+++ phpdoc-cs/reference/info/functions/ini-alter.xml Thu Nov 30 09:30:25 2006
@@ -8,7 +8,11 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>ini_alter</methodname>
+ <methodparam><type>string</type><parameter>varname</parameter></methodparam>
+ <methodparam><type>string</type><parameter>newvalue</parameter></methodparam>
+ </methodsynopsis>
<para>
Zmìní hodnotu konfiguraèní volby, vrátí &false; pøi
selhání, a pøedchozí hodnotu konfiguraèní volby pøi úspìchu.
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/misc/functions/die.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/misc/functions/die.xml
diff -u phpdoc-cs/reference/misc/functions/die.xml:1.2 phpdoc-cs/reference/misc/functions/die.xml:1.3
--- phpdoc-cs/reference/misc/functions/die.xml:1.2 Fri Nov 24 15:25:10 2006
+++ phpdoc-cs/reference/misc/functions/die.xml Thu Nov 30 09:30:25 2006
@@ -10,7 +10,10 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>die</methodname>
+ <methodparam><type>string</type><parameter>message</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Tento jazykový konstrukt vytiskne vzkaz a ukonèí parsování skriptu.
Nemá návratovou hodnotu.
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/misc/functions/show-source.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/misc/functions/show-source.xml
diff -u phpdoc-cs/reference/misc/functions/show-source.xml:1.2 phpdoc-cs/reference/misc/functions/show-source.xml:1.3
--- phpdoc-cs/reference/misc/functions/show-source.xml:1.2 Fri Nov 24 15:25:10 2006
+++ phpdoc-cs/reference/misc/functions/show-source.xml Thu Nov 30 09:30:25 2006
@@ -8,7 +8,10 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>boolean</type><methodname>show_source</methodname>
+ <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Funkce <function>show_source</function> vytiskne barevnì zvýraznìnou
syntaxi kódu obsa¾eného ve <parameter>filename</parameter> s pou¾itím
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/mysql/functions/mysql-pconnect.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc-cs/reference/mysql/functions/mysql-pconnect.xml
diff -u phpdoc-cs/reference/mysql/functions/mysql-pconnect.xml:1.7 phpdoc-cs/reference/mysql/functions/mysql-pconnect.xml:1.8
--- phpdoc-cs/reference/mysql/functions/mysql-pconnect.xml:1.7 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/mysql/functions/mysql-pconnect.xml Thu Nov 30 09:30:26 2006
@@ -25,6 +25,7 @@
<methodparam choice="opt"><type>bool</type><parameter>new_link</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>client_flags</parameter></methodparam>
</methodsynopsis>
+ -->
<para>
Vytvoøí persistentní (trvalé) spojení s MySQL serverem a vrací
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/network/functions/socket-get-status.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/network/functions/socket-get-status.xml
diff -u phpdoc-cs/reference/network/functions/socket-get-status.xml:1.2 phpdoc-cs/reference/network/functions/socket-get-status.xml:1.3
--- phpdoc-cs/reference/network/functions/socket-get-status.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/network/functions/socket-get-status.xml Thu Nov 30 09:30:26 2006
@@ -10,7 +10,10 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>array</type><methodname>socket_get_status</methodname>
+ <methodparam><type>resource</type><parameter>socketstream</parameter></methodparam>
+ </methodsynopsis>
<para>
Vrací informace o existujícím socketovém streamu. Tato funkce pracuje
pouze na socketu vytvoøeném pomocí <function>fsockopen</function>,
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/network/functions/socket-set-blocking.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/network/functions/socket-set-blocking.xml
diff -u phpdoc-cs/reference/network/functions/socket-set-blocking.xml:1.2 phpdoc-cs/reference/network/functions/socket-set-blocking.xml:1.3
--- phpdoc-cs/reference/network/functions/socket-set-blocking.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/network/functions/socket-set-blocking.xml Thu Nov 30 09:30:26 2006
@@ -8,7 +8,11 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>socket_set_blocking</methodname>
+ <methodparam><type>int</type><parameter>socket descriptor</parameter></methodparam>
+ <methodparam><type>int</type><parameter>mode</parameter></methodparam>
+ </methodsynopsis>
<para>
Pokud má <parameter>mode</parameter> hodnotu &false;, pøíslu¹ný deskriptor
socketu se pøepne do neblokujícího re¾imu; je-li &true;, pøepne se do
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/network/functions/socket-set-timeout.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/network/functions/socket-set-timeout.xml
diff -u phpdoc-cs/reference/network/functions/socket-set-timeout.xml:1.2 phpdoc-cs/reference/network/functions/socket-set-timeout.xml:1.3
--- phpdoc-cs/reference/network/functions/socket-set-timeout.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/network/functions/socket-set-timeout.xml Thu Nov 30 09:30:26 2006
@@ -8,7 +8,12 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>bool</type><methodname>socket_set_timeout</methodname>
+ <methodparam><type>int</type><parameter>socket descriptor</parameter></methodparam>
+ <methodparam><type>int</type><parameter>seconds</parameter></methodparam>
+ <methodparam><type>int</type><parameter>microseconds</parameter></methodparam>
+ </methodsynopsis>
<para>
Nastavuje velikost èasového limitu socketu daného hodnotou
<parameter>socket descriptor</parameter>, ve formì souètu sekund
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/openssl/functions/openssl-get-privatekey.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/openssl/functions/openssl-get-privatekey.xml
diff -u phpdoc-cs/reference/openssl/functions/openssl-get-privatekey.xml:1.2 phpdoc-cs/reference/openssl/functions/openssl-get-privatekey.xml:1.3
--- phpdoc-cs/reference/openssl/functions/openssl-get-privatekey.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/openssl/functions/openssl-get-privatekey.xml Thu Nov 30 09:30:26 2006
@@ -8,7 +8,11 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>openssl_get_privatekey</methodname>
+ <methodparam><type>string</type><parameter>key</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>passphrase</parameter></methodparam>
+ </methodsynopsis>
<para>Pri úspìchu vrací klíè, pøi chybì &false;.
</para>
<para>
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/openssl/functions/openssl-get-publickey.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/openssl/functions/openssl-get-publickey.xml
diff -u phpdoc-cs/reference/openssl/functions/openssl-get-publickey.xml:1.2 phpdoc-cs/reference/openssl/functions/openssl-get-publickey.xml:1.3
--- phpdoc-cs/reference/openssl/functions/openssl-get-publickey.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/openssl/functions/openssl-get-publickey.xml Thu Nov 30 09:30:26 2006
@@ -10,7 +10,10 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>openssl_get_publickey</methodname>
+ <methodparam><type>string</type><parameter>certificate</parameter></methodparam>
+ </methodsynopsis>
<para>
Pøi úspìchu vrací identifikátor klíèe, pøi chybì &false;.
</para>
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/pdf/functions/pdf-set-leading.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/pdf/functions/pdf-set-leading.xml
diff -u phpdoc-cs/reference/pdf/functions/pdf-set-leading.xml:1.2 phpdoc-cs/reference/pdf/functions/pdf-set-leading.xml:1.3
--- phpdoc-cs/reference/pdf/functions/pdf-set-leading.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/pdf/functions/pdf-set-leading.xml Thu Nov 30 09:30:26 2006
@@ -8,7 +8,11 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>pdf_set_leading</methodname>
+ <methodparam><type>int</type><parameter>pdf document</parameter></methodparam>
+ <methodparam><type>double</type><parameter>distance</parameter></methodparam>
+ </methodsynopsis>
<para>
Funkce <function>pdf_set_leading</function> nastavuje vzdálenost mezi øádky
textu. Toto nastavení se pou¾ije, pokud se text tvoøí pomocí
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/recode/functions/recode.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc-cs/reference/recode/functions/recode.xml
diff -u phpdoc-cs/reference/recode/functions/recode.xml:1.3 phpdoc-cs/reference/recode/functions/recode.xml:1.4
--- phpdoc-cs/reference/recode/functions/recode.xml:1.3 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/recode/functions/recode.xml Thu Nov 30 09:30:26 2006
@@ -8,7 +8,11 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>recode</methodname>
+ <methodparam><type>string</type><parameter>request</parameter></methodparam>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ </methodsynopsis>
<note>
<simpara>
Toto je alias k <function>recode_string</function>. Byl pøidán v PHP 4.
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/strings/functions/chop.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/strings/functions/chop.xml
diff -u phpdoc-cs/reference/strings/functions/chop.xml:1.2 phpdoc-cs/reference/strings/functions/chop.xml:1.3
--- phpdoc-cs/reference/strings/functions/chop.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/strings/functions/chop.xml Thu Nov 30 09:30:26 2006
@@ -8,7 +8,10 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>chop</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Vrací pøedaný øetìzec bez netisknutelných znakù (vè. koncù øádku) na konci.
<example>
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/strings/functions/join.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/strings/functions/join.xml
diff -u phpdoc-cs/reference/strings/functions/join.xml:1.2 phpdoc-cs/reference/strings/functions/join.xml:1.3
--- phpdoc-cs/reference/strings/functions/join.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/strings/functions/join.xml Thu Nov 30 09:30:26 2006
@@ -8,7 +8,11 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>join</methodname>
+ <methodparam><type>string</type><parameter>glue</parameter></methodparam>
+ <methodparam><type>array</type><parameter>pieces</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Funkce <function>join</function> je alias k <function>implode</function>,
a je ve v¹ech ohledech stejná.
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/strings/functions/levenshtein.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/strings/functions/levenshtein.xml
diff -u phpdoc-cs/reference/strings/functions/levenshtein.xml:1.2 phpdoc-cs/reference/strings/functions/levenshtein.xml:1.3
--- phpdoc-cs/reference/strings/functions/levenshtein.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/strings/functions/levenshtein.xml Thu Nov 30 09:30:26 2006
@@ -25,6 +25,7 @@
<methodparam><type>string</type><parameter>str2</parameter></methodparam>
<methodparam><type>callback</type><parameter>cost</parameter></methodparam>
</methodsynopsis>
+ -->
<para>
Tato funkce vrací XXX Levenshtein-Distance mezi pøedanými øetìzci nebo -1,
pokud délka jednoho z pøedaných øetìzcù pøesáhne omezení 255 znakù (255 by
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/strings/functions/strchr.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/strings/functions/strchr.xml
diff -u phpdoc-cs/reference/strings/functions/strchr.xml:1.2 phpdoc-cs/reference/strings/functions/strchr.xml:1.3
--- phpdoc-cs/reference/strings/functions/strchr.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/strings/functions/strchr.xml Thu Nov 30 09:30:26 2006
@@ -8,7 +8,11 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strchr</methodname>
+ <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
+ <methodparam><type>string</type><parameter>needle</parameter></methodparam>
+ </methodsynopsis>
<para>
Tato funkce je alias k <function>strstr</function>, a je ve v¹ech smìrech
identická.
http://cvs.php.net/viewvc.cgi/phpdoc-cs/reference/wddx/functions/wddx-deserialize.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-cs/reference/wddx/functions/wddx-deserialize.xml
diff -u phpdoc-cs/reference/wddx/functions/wddx-deserialize.xml:1.2 phpdoc-cs/reference/wddx/functions/wddx-deserialize.xml:1.3
--- phpdoc-cs/reference/wddx/functions/wddx-deserialize.xml:1.2 Fri Nov 24 15:25:11 2006
+++ phpdoc-cs/reference/wddx/functions/wddx-deserialize.xml Thu Nov 30 09:30:26 2006
@@ -8,7 +8,10 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis></methodsynopsis>
+ <methodsynopsis>
+ <type>mixed</type><methodname>wddx_deserialize</methodname>
+ <methodparam><type>string</type><parameter>packet</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>wddx_deserialized</function> pøijímá øetìzec
<parameter>packet</parameter> a deserializuje ho. Vrací výsledek, co¾ mù¾e