goba Sat Dec 22 08:07:15 2001 EDT Modified files: /phpdoc/hu/appendices aliases.xml Log: Update for the latest English version
Index: phpdoc/hu/appendices/aliases.xml diff -u phpdoc/hu/appendices/aliases.xml:1.4 phpdoc/hu/appendices/aliases.xml:1.5 --- phpdoc/hu/appendices/aliases.xml:1.4 Sat Nov 10 16:49:54 2001 +++ phpdoc/hu/appendices/aliases.xml Sat Dec 22 08:07:15 2001 @@ -1,15 +1,21 @@ <?xml version="1.0" encoding="iso-8859-2"?> -<!-- EN-Revision: 1.5 Maintainer: goba Status: ready --> +<!-- EN-Revision: 1.16 Maintainer: goba Status: ready --> <appendix id="aliases"> <title>Álnevek listája</title> <para> Ez a PHP-ben használt álnevek listája. Minden álnév megtalálható itt. Legtöbbször rossz ötlet az álneveket használni a függvények - igazi neve helyett, mivel ezek könnyen törlésre, vagy átnevezésre - kerülhetnek. Ez a lista azok számára készült, akik a régi - programjaikat frissíteni szeretnék az új függvénynevek - használatával. + igazi neve helyett, mivel ezeket gyakran törlik, vagy átnevezik. + Ez a lista azok számára készült, akik a régi programjaikat + frissíteni szeretnék az új függvénynevek használatával. + </para> + <para> + Meg kell azonban jegyezni, hogy néhány függvénynek egyszerűen + két neve van, és egyik sem álneve a másiknak. Ilyen például + az <function>is_int</function> és az + <function>is_integer</function>, mindkettő eppen ugyanúgy + használható. </para> <para> Ez a lista a PHP 4.0.6-os változatnak felel meg. @@ -21,95 +27,100 @@ <thead> <row> <entry>Álnév</entry> - <entry>Fő függvénynév</entry> + <entry>Fő függvény neve</entry> <entry>Kiterjesztés</entry> </row> </thead> <tbody> <row> - <entry>rtrim</entry> - <entry><function>chop</function></entry> - <entry>Beépített</entry> + <entry>add</entry> + <entry><function>swfmovie_add</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>close</entry> - <entry><function>closedir</function></entry> - <entry>Beépített</entry> + <entry>add</entry> + <entry><function>swfsprite_add</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>sizeof</entry> - <entry><function>count</function></entry> - <entry>Beépített</entry> + <entry>add_root</entry> + <entry><function>domxml_add_root</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>pos</entry> - <entry><function>current</function></entry> - <entry>Beépített</entry> + <entry>addaction</entry> + <entry><function>swfbutton_addAction</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>fputs</entry> - <entry><function>fwrite</function></entry> - <entry>Beépített</entry> + <entry>addcolor</entry> + <entry><function>swfdisplayitem_addColor</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>dir</entry> - <entry><function>getdir</function></entry> - <entry>Beépített</entry> + <entry>addentry</entry> + <entry><function>swfgradient_addEntry</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>show_source</entry> - <entry><function>highlight_file </function></entry> - <entry>Beépített</entry> + <entry>addfill</entry> + <entry><function>swfshape_addfill</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>join</entry> - <entry><function>implode</function></entry> - <entry>Beépített</entry> + <entry>addshape</entry> + <entry><function>swfbutton_addShape</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>ini_alter</entry> - <entry><function>ini_set</function></entry> - <entry>Beépített</entry> + <entry>addstring</entry> + <entry><function>swftext_addString</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>is_float</entry> - <entry><function>is_double</function></entry> - <entry>Beépített</entry> + <entry>addstring</entry> + <entry><function>swftextfield_addString</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>is_real</entry> - <entry><function>is_double</function></entry> - <entry>Beépített</entry> + <entry>align</entry> + <entry><function>swftextfield_align</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>is_int</entry> - <entry><function>is_long</function></entry> - <entry>Beépített</entry> + <entry>attributes</entry> + <entry><function>domxml_attributes</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>is_integer</entry> - <entry><function>is_long</function></entry> - <entry>Beépített</entry> + <entry>children</entry> + <entry><function>domxml_children</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>is_writeable</entry> - <entry><function>is_writable</function></entry> + <entry>chop</entry> + <entry><function>rtrim</function></entry> <entry>Beépített</entry> </row> <row> - <entry>rewind</entry> - <entry><function>rewinddir</function></entry> + <entry>close</entry> + <entry><function>closedir</function></entry> <entry>Beépített</entry> </row> <row> - <entry>magic_quotes_runtime</entry> - <entry><function>set_magic_quotes_runtime</function></entry> - <entry>Beépített</entry> + <entry>com_get</entry> + <entry><function>com_propget</function></entry> + <entry><link linkend="ref.com">COM</link></entry> </row> <row> - <entry>strchr</entry> - <entry><function>strstr</function></entry> - <entry>Beépített</entry> + <entry>com_propset</entry> + <entry><function>com_propput</function></entry> + <entry><link linkend="ref.com">COM</link></entry> +</row> +<row> + <entry>com_set</entry> + <entry><function>com_propput</function></entry> + <entry><link linkend="ref.com">COM</link></entry> </row> <row> <entry>cv_add</entry> @@ -192,159 +203,219 @@ <entry><link linkend="ref.ccvs">CCVS</link></entry> </row> <row> - <entry>com_get</entry> - <entry><function>com_propget</function></entry> - <entry><link linkend="ref.com">COM</link></entry> + <entry>die</entry> + <entry><function>exit</function></entry> + <entry><link linkend="ref.misc">Egyéb függvény</link></entry> </row> <row> - <entry>com_propset</entry> - <entry><function>com_propput</function></entry> - <entry><link linkend="ref.com">COM</link></entry> + <entry>dir</entry> + <entry><function>getdir</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>com_set</entry> - <entry><function>com_propput</function></entry> - <entry><link linkend="ref.com">COM</link></entry> + <entry>diskfreespace</entry> + <entry><function>disk_free_space</function></entry> + <entry><link linkend="ref.filesystem">Állományrendszer</link></entry> </row> <row> - <entry>add_root</entry> - <entry><function>domxml_add_root</function></entry> + <entry>domxml_getattr</entry> + <entry><function>domxml_get_attribute</function></entry> <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>attributes</entry> - <entry><function>domxml_attributes</function></entry> + <entry>domxml_setattr</entry> + <entry><function>domxml_set_attribute</function></entry> <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>name</entry> - <entry><function>domxml_attrname</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>doubleval</entry> + <entry><function>floatval</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>children</entry> - <entry><function>domxml_children</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>drawarc</entry> + <entry><function>swfshape_drawarc</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>children</entry> - <entry><function>domxml_children</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>drawcircle</entry> + <entry><function>swfshape_drawcircle</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>dumpmem</entry> - <entry><function>domxml_dumpmem</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>drawcubic</entry> + <entry><function>swfshape_drawcubic</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>domxml_getattr</entry> - <entry><function>domxml_get_attribute</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>drawcubicto</entry> + <entry><function>swfshape_drawcubicto</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>getattr</entry> - <entry><function>domxml_get_attribute</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>drawcurve</entry> + <entry><function>swfshape_drawcurve</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>get_attribute</entry> - <entry><function>domxml_get_attribute</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>drawcurveto</entry> + <entry><function>swfshape_drawcurveto</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>dtd</entry> - <entry><function>domxml_intdtd</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>drawglyph</entry> + <entry><function>swfshape_drawglyph</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>lastchild</entry> - <entry><function>domxml_last_child</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>drawline</entry> + <entry><function>swfshape_drawline</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>last_child</entry> - <entry><function>domxml_last_child</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>drawlineto</entry> + <entry><function>swfshape_drawlineto</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>new_child</entry> - <entry><function>domxml_new_child</function></entry> + <entry>dtd</entry> + <entry><function>domxml_intdtd</function></entry> <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>new_xmldoc</entry> - <entry><function>domxml_new_xmldoc</function></entry> + <entry>dumpmem</entry> + <entry><function>domxml_dumpmem</function></entry> <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>node</entry> - <entry><function>domxml_node</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>fbsql</entry> + <entry><function>fbsql_db_query</function></entry> + <entry><link linkend="ref.fbsql">FrontBase</link></entry> </row> <row> - <entry>parent</entry> - <entry><function>domxml_parent</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>fputs</entry> + <entry><function>fwrite</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>root</entry> - <entry><function>domxml_root</function></entry> + <entry>get_attribute</entry> + <entry><function>domxml_get_attribute</function></entry> <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>domxml_setattr</entry> - <entry><function>domxml_set_attribute</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>getascent</entry> + <entry><function>swffont_getAscent</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>setattr</entry> - <entry><function>domxml_set_attribute</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>getascent</entry> + <entry><function>swftext_getAscent</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>set_attribute</entry> - <entry><function>domxml_set_attribute</function></entry> + <entry>getattr</entry> + <entry><function>domxml_get_attribute</function></entry> <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>set_content</entry> - <entry><function>domxml_set_content</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>getdescent</entry> + <entry><function>swffont_getDescent</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>unlink</entry> - <entry><function>domxml_unlink_node</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>getdescent</entry> + <entry><function>swftext_getDescent</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>xpath_eval</entry> - <entry><function>xpath_eval</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>getheight</entry> + <entry><function>swfbitmap_getHeight</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>xpath_eval_expression</entry> - <entry><function>xpath_eval_expression</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>getleading</entry> + <entry><function>swffont_getLeading</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>xpath_init</entry> - <entry><function>xpath_init</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>getleading</entry> + <entry><function>swftext_getLeading</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>xpath_new_context</entry> - <entry><function>xpath_new_context</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>getshape1</entry> + <entry><function>swfmorph_getShape1</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>xptr_new_context</entry> - <entry><function>xpath_new_context</function></entry> - <entry><link linkend="ref.domxml">DOM XML</link></entry> + <entry>getshape2</entry> + <entry><function>swfmorph_getShape2</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>fbsql</entry> - <entry><function>fbsql_db_query</function></entry> - <entry><link linkend="ref.fbsql">FrontBase</link></entry> + <entry>getwidth</entry> + <entry><function>swfbitmap_getWidth</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>getwidth</entry> + <entry><function>swffont_getWidth</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>getwidth</entry> + <entry><function>swftext_getWidth</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>gzputs</entry> + <entry><function>gzwrite</function></entry> + <entry><link linkend="ref.zlib">Zlib</link></entry> +</row> +<row> + <entry>i18n_convert</entry> + <entry><function>mb_convert_encoding</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> +</row> +<row> + <entry>i18n_discover_encoding</entry> + <entry><function>mb_detect_encoding</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> +</row> +<row> + <entry>i18n_http_input</entry> + <entry><function>mb_http_input</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> +</row> +<row> + <entry>i18n_http_output</entry> + <entry><function>mb_http_output</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> +</row> +<row> + <entry>i18n_internal_encoding</entry> + <entry><function>mb_internal_encoding</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> +</row> +<row> + <entry>i18n_ja_jp_hantozen</entry> + <entry><function>mb_convert_kana</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> +</row> +<row> + <entry>i18n_mime_header_decode</entry> + <entry><function>mb_decode_mimeheader</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> +</row> +<row> + <entry>i18n_mime_header_encode</entry> + <entry><function>mb_encode_mimeheader</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> +</row> +<row> + <entry>imap_create</entry> + <entry><function>imap_createmailbox</function></entry> + <entry><link linkend="ref.imap">IMAP</link></entry> </row> <row> <entry>imap_fetchtext</entry> @@ -352,8 +423,13 @@ <entry><link linkend="ref.imap">IMAP</link></entry> </row> <row> - <entry>imap_create</entry> - <entry><function>imap_createmailbox</function></entry> + <entry>imap_getmailboxes</entry> + <entry><function>imap_list_full</function></entry> + <entry><link linkend="ref.imap">IMAP</link></entry> +</row> +<row> + <entry>imap_getsubscribed</entry> + <entry><function>imap_lsub_full</function></entry> <entry><link linkend="ref.imap">IMAP</link></entry> </row> <row> @@ -367,13 +443,13 @@ <entry><link linkend="ref.imap">IMAP</link></entry> </row> <row> - <entry>imap_getmailboxes</entry> - <entry><function>imap_list_full</function></entry> + <entry>imap_listsubscribed</entry> + <entry><function>imap_lsub</function></entry> <entry><link linkend="ref.imap">IMAP</link></entry> </row> <row> - <entry>imap_scanmailbox</entry> - <entry><function>imap_listscan</function></entry> + <entry>imap_rename</entry> + <entry><function>imap_renamemailbox</function></entry> <entry><link linkend="ref.imap">IMAP</link></entry> </row> <row> @@ -382,103 +458,108 @@ <entry><link linkend="ref.imap">IMAP</link></entry> </row> <row> - <entry>imap_listsubscribed</entry> - <entry><function>imap_lsub</function></entry> + <entry>imap_scanmailbox</entry> + <entry><function>imap_listscan</function></entry> <entry><link linkend="ref.imap">IMAP</link></entry> </row> <row> - <entry>imap_getsubscribed</entry> - <entry><function>imap_lsub_full</function></entry> - <entry><link linkend="ref.imap">IMAP</link></entry> + <entry>ini_alter</entry> + <entry><function>ini_set</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>imap_rename</entry> - <entry><function>imap_renamemailbox</function></entry> - <entry><link linkend="ref.imap">IMAP</link></entry> + <entry>is_double</entry> + <entry><function>is_float</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>ldap_close</entry> - <entry><function>ldap_unbind</function></entry> - <entry><link linkend="ref.ldap">LDAP</link></entry> + <entry>is_integer</entry> + <entry><function>is_int</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>ming_setcubicthreshold</entry> - <entry><function>ming_setCubicThreshold</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>is_long</entry> + <entry><function>is_int</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>ming_setscale</entry> - <entry><function>ming_setScale</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>is_real</entry> + <entry><function>is_float</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>swfaction</entry> - <entry><function>swfaction_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>is_writeable</entry> + <entry><function>is_writable</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>getheight</entry> - <entry><function>swfbitmap_getHeight</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>join</entry> + <entry><function>implode</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>getwidth</entry> - <entry><function>swfbitmap_getWidth</function></entry> + <entry>labelframe</entry> + <entry><function>swfmovie_labelFrame</function></entry> <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>swfbitmap</entry> - <entry><function>swfbitmap_init</function></entry> + <entry>labelframe</entry> + <entry><function>swfsprite_labelFrame</function></entry> <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>addaction</entry> - <entry><function>swfbutton_addAction</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>last_child</entry> + <entry><function>domxml_last_child</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>addshape</entry> - <entry><function>swfbutton_addShape</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>lastchild</entry> + <entry><function>domxml_last_child</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>swfbutton</entry> - <entry><function>swfbutton_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>ldap_close</entry> + <entry><function>ldap_unbind</function></entry> + <entry><link linkend="ref.ldap">LDAP</link></entry> </row> <row> - <entry>swfbutton_keypress</entry> - <entry><function>swfbutton_keypress</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>magic_quotes_runtime</entry> + <entry><function>set_magic_quotes_runtime</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>setaction</entry> - <entry><function>swfbutton_setAction</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mbstrcut</entry> + <entry><function>mb_strcut</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> </row> <row> - <entry>setdown</entry> - <entry><function>swfbutton_setDown</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mbstrlen</entry> + <entry><function>mb_strlen</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> </row> <row> - <entry>sethit</entry> - <entry><function>swfbutton_setHit</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mbstrpos</entry> + <entry><function>mb_strpos</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> </row> <row> - <entry>setover</entry> - <entry><function>swfbutton_setOver</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mbstrrpos</entry> + <entry><function>mb_strrpos</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> </row> <row> - <entry>setup</entry> - <entry><function>swfbutton_setUp</function></entry> + <entry>mbsubstr</entry> + <entry><function>mb_substr</function></entry> + <entry><link linkend="ref.mbstring">Több bájtos karakter alapú +karakterláncok</link></entry> +</row> +<row> + <entry>ming_setcubicthreshold</entry> + <entry><function>ming_setCubicThreshold</function></entry> <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>addcolor</entry> - <entry><function>swfdisplayitem_addColor</function></entry> + <entry>ming_setscale</entry> + <entry><function>ming_setScale</function></entry> <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> @@ -487,609 +568,324 @@ <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>moveto</entry> - <entry><function>swfdisplayitem_moveTo</function></entry> + <entry>movepen</entry> + <entry><function>swfshape_movepen</function></entry> <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>multcolor</entry> - <entry><function>swfdisplayitem_multColor</function></entry> + <entry>movepento</entry> + <entry><function>swfshape_movepento</function></entry> <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>rotate</entry> - <entry><function>swfdisplayitem_rotate</function></entry> + <entry>moveto</entry> + <entry><function>swfdisplayitem_moveTo</function></entry> <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>rotateto</entry> - <entry><function>swfdisplayitem_rotateTo</function></entry> + <entry>moveto</entry> + <entry><function>swffill_moveTo</function></entry> <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>scale</entry> - <entry><function>swfdisplayitem_scale</function></entry> + <entry>moveto</entry> + <entry><function>swftext_moveTo</function></entry> <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>scaleto</entry> - <entry><function>swfdisplayitem_scaleTo</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql</entry> + <entry><function>msql_db_query</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setdepth</entry> - <entry><function>swfdisplayitem_setDepth</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_affected_rows</entry> + <entry><function>msql_affected_rows</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setmatrix</entry> - <entry><function>swfdisplayitem_setMatrix</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_createdb</entry> + <entry><function>msql_create_db</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setname</entry> - <entry><function>swfdisplayitem_setName</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_dbname</entry> + <entry><function>msql_result</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setratio</entry> - <entry><function>swfdisplayitem_setRatio</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_dropdb</entry> + <entry><function>msql_drop_db</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>skewx</entry> - <entry><function>swfdisplayitem_skewX</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_fieldflags</entry> + <entry><function>msql_field_flags</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>skewxto</entry> - <entry><function>swfdisplayitem_skewXTo</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_fieldlen</entry> + <entry><function>msql_field_len</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>skewy</entry> - <entry><function>swfdisplayitem_skewY</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_fieldname</entry> + <entry><function>msql_field_name</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>skewyto</entry> - <entry><function>swfdisplayitem_skewYTo</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_fieldtable</entry> + <entry><function>msql_field_table</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>swffill</entry> - <entry><function>swffill_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>moveto</entry> - <entry><function>swffill_moveTo</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>rotateto</entry> - <entry><function>swffill_rotateTo</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>scaleto</entry> - <entry><function>swffill_scaleTo</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>skewxto</entry> - <entry><function>swffill_skewXTo</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>skewyto</entry> - <entry><function>swffill_skewYTo</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>getascent</entry> - <entry><function>swffont_getAscent</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>getdescent</entry> - <entry><function>swffont_getDescent</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>getleading</entry> - <entry><function>swffont_getLeading</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>getwidth</entry> - <entry><function>swffont_getWidth</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>swffont</entry> - <entry><function>swffont_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>addentry</entry> - <entry><function>swfgradient_addEntry</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>swfgradient</entry> - <entry><function>swfgradient_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>getshape1</entry> - <entry><function>swfmorph_getShape1</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>getshape2</entry> - <entry><function>swfmorph_getShape2</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>swfmorph</entry> - <entry><function>swfmorph_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>add</entry> - <entry><function>swfmovie_add</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>swfmovie</entry> - <entry><function>swfmovie_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>labelframe</entry> - <entry><function>swfmovie_labelFrame</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>nextframe</entry> - <entry><function>swfmovie_nextFrame</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>output</entry> - <entry><function>swfmovie_output</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>remove</entry> - <entry><function>swfmovie_remove</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>save</entry> - <entry><function>swfmovie_save</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>savetofile</entry> - <entry><function>swfmovie_saveToFile</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>setbackground</entry> - <entry><function>swfmovie_setBackground</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>setdimension</entry> - <entry><function>swfmovie_setDimension</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>setframes</entry> - <entry><function>swfmovie_setFrames</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>setrate</entry> - <entry><function>swfmovie_setRate</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>streammp3</entry> - <entry><function>swfmovie_streamMp3</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>addfill</entry> - <entry><function>swfshape_addfill</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>drawarc</entry> - <entry><function>swfshape_drawarc</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>drawcircle</entry> - <entry><function>swfshape_drawcircle</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>drawcubic</entry> - <entry><function>swfshape_drawcubic</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>drawcubicto</entry> - <entry><function>swfshape_drawcubicto</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>drawcurve</entry> - <entry><function>swfshape_drawcurve</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>drawcurveto</entry> - <entry><function>swfshape_drawcurveto</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>drawglyph</entry> - <entry><function>swfshape_drawglyph</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>drawline</entry> - <entry><function>swfshape_drawline</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>drawlineto</entry> - <entry><function>swfshape_drawlineto</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>swfshape</entry> - <entry><function>swfshape_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>movepen</entry> - <entry><function>swfshape_movepen</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>movepento</entry> - <entry><function>swfshape_movepento</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>setleftfill</entry> - <entry><function>swfshape_setleftfill</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>setline</entry> - <entry><function>swfshape_setline</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>setrightfill</entry> - <entry><function>swfshape_setrightfill</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>add</entry> - <entry><function>swfsprite_add</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>swfsprite</entry> - <entry><function>swfsprite_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>labelframe</entry> - <entry><function>swfsprite_labelFrame</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>nextframe</entry> - <entry><function>swfsprite_nextFrame</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>remove</entry> - <entry><function>swfsprite_remove</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>setframes</entry> - <entry><function>swfsprite_setFrames</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>addstring</entry> - <entry><function>swftext_addString</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>getascent</entry> - <entry><function>swftext_getAscent</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>getdescent</entry> - <entry><function>swftext_getDescent</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>getleading</entry> - <entry><function>swftext_getLeading</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>getwidth</entry> - <entry><function>swftext_getWidth</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>swftext</entry> - <entry><function>swftext_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> -</row> -<row> - <entry>moveto</entry> - <entry><function>swftext_moveTo</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_fieldtype</entry> + <entry><function>msql_field_type</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setcolor</entry> - <entry><function>swftext_setColor</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_freeresult</entry> + <entry><function>msql_free_result</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setfont</entry> - <entry><function>swftext_setFont</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_listdbs</entry> + <entry><function>msql_list_dbs</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setheight</entry> - <entry><function>swftext_setHeight</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_listfields</entry> + <entry><function>msql_list_fields</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setspacing</entry> - <entry><function>swftext_setSpacing</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_listtables</entry> + <entry><function>msql_list_tables</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>addstring</entry> - <entry><function>swftextfield_addString</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_numfields</entry> + <entry><function>msql_num_fields</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>align</entry> - <entry><function>swftextfield_align</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_numrows</entry> + <entry><function>msql_num_rows</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>swftextfield</entry> - <entry><function>swftextfield_init</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_regcase</entry> + <entry><function>sql_regcase</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setbounds</entry> - <entry><function>swftextfield_setBounds</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_selectdb</entry> + <entry><function>msql_select_db</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setcolor</entry> - <entry><function>swftextfield_setColor</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>msql_tablename</entry> + <entry><function>msql_result</function></entry> + <entry><link linkend="ref.msql">mSQL</link></entry> </row> <row> - <entry>setfont</entry> - <entry><function>swftextfield_setFont</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mssql_affected_rows</entry> + <entry><function>sybase_affected_rows</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>setheight</entry> - <entry><function>swftextfield_setHeight</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mssql_affected_rows</entry> + <entry><function>sybase_affected_rows</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>setindentation</entry> - <entry><function>swftextfield_setIndentation</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mssql_close</entry> + <entry><function>sybase_close</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>setleftmargin</entry> - <entry><function>swftextfield_setLeftMargin</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mssql_close</entry> + <entry><function>sybase_close</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>setlinespacing</entry> - <entry><function>swftextfield_setLineSpacing</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mssql_connect</entry> + <entry><function>sybase_connect</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>setmargins</entry> - <entry><function>swftextfield_setMargins</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mssql_connect</entry> + <entry><function>sybase_connect</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>setname</entry> - <entry><function>swftextfield_setName</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mssql_data_seek</entry> + <entry><function>sybase_data_seek</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>setrightmargin</entry> - <entry><function>swftextfield_setRightMargin</function></entry> - <entry><link linkend="ref.ming">Ming (flash)</link></entry> + <entry>mssql_data_seek</entry> + <entry><function>sybase_data_seek</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_affected_rows</entry> - <entry><function>msql_affected_rows</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_fetch_array</entry> + <entry><function>sybase_fetch_array</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_createdb</entry> - <entry><function>msql_create_db</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_fetch_array</entry> + <entry><function>sybase_fetch_array</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql</entry> - <entry><function>msql_db_query</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_fetch_field</entry> + <entry><function>sybase_fetch_field</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_dropdb</entry> - <entry><function>msql_drop_db</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_fetch_field</entry> + <entry><function>sybase_fetch_field</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_fieldflags</entry> - <entry><function>msql_field_flags</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_fetch_object</entry> + <entry><function>sybase_fetch_object</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_fieldlen</entry> - <entry><function>msql_field_len</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_fetch_object</entry> + <entry><function>sybase_fetch_object</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_fieldname</entry> - <entry><function>msql_field_name</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_fetch_row</entry> + <entry><function>sybase_fetch_row</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_fieldtable</entry> - <entry><function>msql_field_table</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_fetch_row</entry> + <entry><function>sybase_fetch_row</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_fieldtype</entry> - <entry><function>msql_field_type</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_field_seek</entry> + <entry><function>sybase_field_seek</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_freeresult</entry> - <entry><function>msql_free_result</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_field_seek</entry> + <entry><function>sybase_field_seek</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_listdbs</entry> - <entry><function>msql_list_dbs</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_free_result</entry> + <entry><function>sybase_free_result</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_listfields</entry> - <entry><function>msql_list_fields</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_free_result</entry> + <entry><function>sybase_free_result</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_listtables</entry> - <entry><function>msql_list_tables</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_get_last_message</entry> + <entry><function>sybase_get_last_message</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_numfields</entry> - <entry><function>msql_num_fields</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_get_last_message</entry> + <entry><function>sybase_get_last_message</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_numrows</entry> - <entry><function>msql_num_rows</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_min_client_severity</entry> + <entry><function>sybase_min_client_severity</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_dbname</entry> - <entry><function>msql_result</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_min_error_severity</entry> + <entry><function>sybase_min_error_severity</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_tablename</entry> - <entry><function>msql_result</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_min_message_severity</entry> + <entry><function>sybase_min_message_severity</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_selectdb</entry> - <entry><function>msql_select_db</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_min_server_severity</entry> + <entry><function>sybase_min_server_severity</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>msql_regcase</entry> - <entry><function>sql_regcase</function></entry> - <entry><link linkend="ref.msql">mSQL</link></entry> + <entry>mssql_num_fields</entry> + <entry><function>sybase_num_fields</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>i18n_convert</entry> - <entry><function>mb_convert_encoding</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_num_fields</entry> + <entry><function>sybase_num_fields</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>i18n_ja_jp_hantozen</entry> - <entry><function>mb_convert_kana</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_num_rows</entry> + <entry><function>sybase_num_rows</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>i18n_mime_header_decode</entry> - <entry><function>mb_decode_mimeheader</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_num_rows</entry> + <entry><function>sybase_num_rows</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>i18n_discover_encoding</entry> - <entry><function>mb_detect_encoding</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_pconnect</entry> + <entry><function>sybase_pconnect</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>i18n_mime_header_encode</entry> - <entry><function>mb_encode_mimeheader</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_pconnect</entry> + <entry><function>sybase_pconnect</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>i18n_http_input</entry> - <entry><function>mb_http_input</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_query</entry> + <entry><function>sybase_query</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>i18n_http_output</entry> - <entry><function>mb_http_output</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_query</entry> + <entry><function>sybase_query</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>i18n_internal_encoding</entry> - <entry><function>mb_internal_encoding</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_result</entry> + <entry><function>sybase_result</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>mbstrcut</entry> - <entry><function>mb_strcut</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_result</entry> + <entry><function>sybase_result</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>mbstrlen</entry> - <entry><function>mb_strlen</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_select_db</entry> + <entry><function>sybase_select_db</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>mbstrpos</entry> - <entry><function>mb_strpos</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mssql_select_db</entry> + <entry><function>sybase_select_db</function></entry> + <entry><link linkend="ref.sybase">Sybase</link></entry> </row> <row> - <entry>mbstrrpos</entry> - <entry><function>mb_strrpos</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>multcolor</entry> + <entry><function>swfdisplayitem_multColor</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mbsubstr</entry> - <entry><function>mb_substr</function></entry> - <entry><link linkend="ref.mbstring">Több byte-os karakter alapú karakterláncok</link></entry> + <entry>mysql</entry> + <entry><function>mysql_db_query</function></entry> + <entry><link linkend="ref.mysql">MySQL</link></entry> </row> <row> <entry>mysql_createdb</entry> @@ -1097,8 +893,13 @@ <entry><link linkend="ref.mysql">MySQL</link></entry> </row> <row> - <entry>mysql</entry> - <entry><function>mysql_db_query</function></entry> + <entry>mysql_db_name</entry> + <entry><function>mysql_result</function></entry> + <entry><link linkend="ref.mysql">MySQL</link></entry> +</row> +<row> + <entry>mysql_dbname</entry> + <entry><function>mysql_result</function></entry> <entry><link linkend="ref.mysql">MySQL</link></entry> </row> <row> @@ -1162,29 +963,44 @@ <entry><link linkend="ref.mysql">MySQL</link></entry> </row> <row> - <entry>mysql_db_name</entry> - <entry><function>mysql_result</function></entry> + <entry>mysql_selectdb</entry> + <entry><function>mysql_select_db</function></entry> <entry><link linkend="ref.mysql">MySQL</link></entry> </row> <row> - <entry>mysql_dbname</entry> + <entry>mysql_tablename</entry> <entry><function>mysql_result</function></entry> <entry><link linkend="ref.mysql">MySQL</link></entry> </row> <row> - <entry>mysql_tablename</entry> - <entry><function>mysql_result</function></entry> - <entry><link linkend="ref.mysql">MySQL</link></entry> + <entry>name</entry> + <entry><function>domxml_attrname</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>mysql_selectdb</entry> - <entry><function>mysql_select_db</function></entry> - <entry><link linkend="ref.mysql">MySQL</link></entry> + <entry>new_child</entry> + <entry><function>domxml_new_child</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>oci8close</entry> - <entry><function>ocicloselob</function></entry> - <entry><link linkend="ref.oci8">OCI8</link></entry> + <entry>new_xmldoc</entry> + <entry><function>domxml_new_xmldoc</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> +</row> +<row> + <entry>nextframe</entry> + <entry><function>swfmovie_nextFrame</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>nextframe</entry> + <entry><function>swfsprite_nextFrame</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>node</entry> + <entry><function>domxml_node</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> <entry>oci8append</entry> @@ -1202,33 +1018,33 @@ <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> - <entry>oci8getelem</entry> - <entry><function>ocicollgetelem</function></entry> + <entry>oci8close</entry> + <entry><function>ocicloselob</function></entry> <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> - <entry>oci8max</entry> - <entry><function>ocicollmax</function></entry> + <entry>oci8free</entry> + <entry><function>ocifreecoll</function></entry> <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> - <entry>oci8size</entry> - <entry><function>ocicollsize</function></entry> + <entry>oci8free</entry> + <entry><function>ocifreedesc</function></entry> <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> - <entry>oci8trim</entry> - <entry><function>ocicolltrim</function></entry> + <entry>oci8getelem</entry> + <entry><function>ocicollgetelem</function></entry> <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> - <entry>oci8free</entry> - <entry><function>ocifreecoll</function></entry> + <entry>oci8load</entry> + <entry><function>ociloadlob</function></entry> <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> - <entry>oci8free</entry> - <entry><function>ocifreedesc</function></entry> + <entry>oci8max</entry> + <entry><function>ocicollmax</function></entry> <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> @@ -1237,11 +1053,6 @@ <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> - <entry>oci8load</entry> - <entry><function>ociloadlob</function></entry> - <entry><link linkend="ref.oci8">OCI8</link></entry> -</row> -<row> <entry>oci8save</entry> <entry><function>ocisavelob</function></entry> <entry><link linkend="ref.oci8">OCI8</link></entry> @@ -1252,8 +1063,13 @@ <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> - <entry>oci8writetofile</entry> - <entry><function>ociwritelobtofile</function></entry> + <entry>oci8size</entry> + <entry><function>ocicollsize</function></entry> + <entry><link linkend="ref.oci8">OCI8</link></entry> +</row> +<row> + <entry>oci8trim</entry> + <entry><function>ocicolltrim</function></entry> <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> @@ -1262,6 +1078,11 @@ <entry><link linkend="ref.oci8">OCI8</link></entry> </row> <row> + <entry>oci8writetofile</entry> + <entry><function>ociwritelobtofile</function></entry> + <entry><link linkend="ref.oci8">OCI8</link></entry> +</row> +<row> <entry>odbc_do</entry> <entry><function>odbc_exec</function></entry> <entry><link linkend="ref.odbc">OCI8</link></entry> @@ -1272,6 +1093,41 @@ <entry><link linkend="ref.odbc">OCI8</link></entry> </row> <row> + <entry>orbit_caught_exception</entry> + <entry><function>satellite_caught_exception</function></entry> + <entry><link linkend="ref.satellite">Satellite</link></entry> +</row> +<row> + <entry>orbit_exception_id</entry> + <entry><function>satellite_exception_id</function></entry> + <entry><link linkend="ref.satellite">Satellite</link></entry> +</row> +<row> + <entry>orbit_exception_value</entry> + <entry><function>satellite_exception_value</function></entry> + <entry><link linkend="ref.satellite">Satellite</link></entry> +</row> +<row> + <entry>orbit_get_repository_id</entry> + <entry><function>satellite_get_repository_id</function></entry> + <entry><link linkend="ref.satellite">Satellite</link></entry> +</row> +<row> + <entry>orbit_load_idl</entry> + <entry><function>satellite_load_idl</function></entry> + <entry><link linkend="ref.satellite ">Satellite</link></entry> +</row> +<row> + <entry>output</entry> + <entry><function>swfmovie_output</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>parent</entry> + <entry><function>domxml_parent</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> +</row> +<row> <entry>pdf_add_outline</entry> <entry><function>pdf_add_bookmark</function></entry> <entry><link linkend="ref.pdf">PDF</link></entry> @@ -1287,237 +1143,418 @@ <entry><link linkend="ref.pgsql">PostgreSQL</link></entry> </row> <row> + <entry>pos</entry> + <entry><function>current</function></entry> + <entry>Beépített</entry> +</row> +<row> <entry>recode</entry> <entry><function>recode_string</function></entry> <entry><link linkend="ref.recode">Recode</link></entry> </row> <row> - <entry>orbit_caught_exception</entry> - <entry><function>satellite_caught_exception</function></entry> - <entry><link linkend="ref.satellite">Satellite</link></entry> + <entry>remove</entry> + <entry><function>swfmovie_remove</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>orbit_exception_id</entry> - <entry><function>satellite_exception_id</function></entry> - <entry><link linkend="ref.satellite">Satellite</link></entry> + <entry>remove</entry> + <entry><function>swfsprite_remove</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>orbit_exception_value</entry> - <entry><function>satellite_exception_value</function></entry> - <entry><link linkend="ref.satellite">Satellite</link></entry> + <entry>rewind</entry> + <entry><function>rewinddir</function></entry> + <entry>Beépített</entry> +</row> +<row> + <entry>root</entry> + <entry><function>domxml_root</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> +</row> +<row> + <entry>rotate</entry> + <entry><function>swfdisplayitem_rotate</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>rotateto</entry> + <entry><function>swfdisplayitem_rotateTo</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>rotateto</entry> + <entry><function>swffill_rotateTo</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>save</entry> + <entry><function>swfmovie_save</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>savetofile</entry> + <entry><function>swfmovie_saveToFile</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>scale</entry> + <entry><function>swfdisplayitem_scale</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>scaleto</entry> + <entry><function>swfdisplayitem_scaleTo</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>scaleto</entry> + <entry><function>swffill_scaleTo</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>set_attribute</entry> + <entry><function>domxml_set_attribute</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> +</row> +<row> + <entry>set_content</entry> + <entry><function>domxml_set_content</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> +</row> +<row> + <entry>setaction</entry> + <entry><function>swfbutton_setAction</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setattr</entry> + <entry><function>domxml_set_attribute</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> +</row> +<row> + <entry>setbackground</entry> + <entry><function>swfmovie_setBackground</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setbounds</entry> + <entry><function>swftextfield_setBounds</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setcolor</entry> + <entry><function>swftext_setColor</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setcolor</entry> + <entry><function>swftextfield_setColor</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setdepth</entry> + <entry><function>swfdisplayitem_setDepth</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setdimension</entry> + <entry><function>swfmovie_setDimension</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setdown</entry> + <entry><function>swfbutton_setDown</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setfont</entry> + <entry><function>swftext_setFont</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setfont</entry> + <entry><function>swftextfield_setFont</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setframes</entry> + <entry><function>swfmovie_setFrames</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setframes</entry> + <entry><function>swfsprite_setFrames</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setheight</entry> + <entry><function>swftext_setHeight</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setheight</entry> + <entry><function>swftextfield_setHeight</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>sethit</entry> + <entry><function>swfbutton_setHit</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setindentation</entry> + <entry><function>swftextfield_setIndentation</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setleftfill</entry> + <entry><function>swfshape_setleftfill</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setleftmargin</entry> + <entry><function>swftextfield_setLeftMargin</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> +</row> +<row> + <entry>setline</entry> + <entry><function>swfshape_setline</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>orbit_get_repository_id</entry> - <entry><function>satellite_get_repository_id</function></entry> - <entry><link linkend="ref.satellite">Satellite</link></entry> + <entry>setlinespacing</entry> + <entry><function>swftextfield_setLineSpacing</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>orbit_load_idl</entry> - <entry><function>satellite_load_idl</function></entry> - <entry><link linkend="ref.satellite ">Satellite</link></entry> + <entry>setmargins</entry> + <entry><function>swftextfield_setMargins</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>snmpwalkoid</entry> - <entry><function>snmprealwalk</function></entry> - <entry><link linkend="ref.snmp">SNMP</link></entry> + <entry>setmatrix</entry> + <entry><function>swfdisplayitem_setMatrix</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_affected_rows</entry> - <entry><function>sybase_affected_rows</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>setname</entry> + <entry><function>swfdisplayitem_setName</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_close</entry> - <entry><function>sybase_close</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>setname</entry> + <entry><function>swftextfield_setName</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_connect</entry> - <entry><function>sybase_connect</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>setover</entry> + <entry><function>swfbutton_setOver</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_data_seek</entry> - <entry><function>sybase_data_seek</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>setrate</entry> + <entry><function>swfmovie_setRate</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_fetch_array</entry> - <entry><function>sybase_fetch_array</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>setratio</entry> + <entry><function>swfdisplayitem_setRatio</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_fetch_field</entry> - <entry><function>sybase_fetch_field</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>setrightfill</entry> + <entry><function>swfshape_setrightfill</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_fetch_object</entry> - <entry><function>sybase_fetch_object</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>setrightmargin</entry> + <entry><function>swftextfield_setRightMargin</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_fetch_row</entry> - <entry><function>sybase_fetch_row</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>setspacing</entry> + <entry><function>swftext_setSpacing</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_field_seek</entry> - <entry><function>sybase_field_seek</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>setup</entry> + <entry><function>swfbutton_setUp</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_free_result</entry> - <entry><function>sybase_free_result</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>show_source</entry> + <entry><function>highlight_file </function></entry> + <entry>Beépített</entry> </row> <row> - <entry>mssql_get_last_message</entry> - <entry><function>sybase_get_last_message</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>sizeof</entry> + <entry><function>count</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>mssql_min_error_severity</entry> - <entry><function>sybase_min_error_severity</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>skewx</entry> + <entry><function>swfdisplayitem_skewX</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_min_message_severity</entry> - <entry><function>sybase_min_message_severity</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>skewxto</entry> + <entry><function>swfdisplayitem_skewXTo</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_num_fields</entry> - <entry><function>sybase_num_fields</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>skewxto</entry> + <entry><function>swffill_skewXTo</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_num_rows</entry> - <entry><function>sybase_num_rows</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>skewy</entry> + <entry><function>swfdisplayitem_skewY</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_pconnect</entry> - <entry><function>sybase_pconnect</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>skewyto</entry> + <entry><function>swfdisplayitem_skewYTo</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_query</entry> - <entry><function>sybase_query</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>skewyto</entry> + <entry><function>swffill_skewYTo</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_result</entry> - <entry><function>sybase_result</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>snmpwalkoid</entry> + <entry><function>snmprealwalk</function></entry> + <entry><link linkend="ref.snmp">SNMP</link></entry> </row> <row> - <entry>mssql_select_db</entry> - <entry><function>sybase_select_db</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>strchr</entry> + <entry><function>strstr</function></entry> + <entry>Beépített</entry> </row> <row> - <entry>mssql_affected_rows</entry> - <entry><function>sybase_affected_rows</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>streammp3</entry> + <entry><function>swfmovie_streamMp3</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_close</entry> - <entry><function>sybase_close</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swfaction</entry> + <entry><function>swfaction_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_connect</entry> - <entry><function>sybase_connect</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swfbitmap</entry> + <entry><function>swfbitmap_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_data_seek</entry> - <entry><function>sybase_data_seek</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swfbutton</entry> + <entry><function>swfbutton_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_fetch_array</entry> - <entry><function>sybase_fetch_array</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swfbutton_keypress</entry> + <entry><function>swfbutton_keypress</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_fetch_field</entry> - <entry><function>sybase_fetch_field</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swffill</entry> + <entry><function>swffill_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_fetch_object</entry> - <entry><function>sybase_fetch_object</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swffont</entry> + <entry><function>swffont_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_fetch_row</entry> - <entry><function>sybase_fetch_row</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swfgradient</entry> + <entry><function>swfgradient_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_field_seek</entry> - <entry><function>sybase_field_seek</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swfmorph</entry> + <entry><function>swfmorph_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_free_result</entry> - <entry><function>sybase_free_result</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swfmovie</entry> + <entry><function>swfmovie_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_get_last_message</entry> - <entry><function>sybase_get_last_message</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swfshape</entry> + <entry><function>swfshape_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_min_client_severity</entry> - <entry><function>sybase_min_client_severity</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swfsprite</entry> + <entry><function>swfsprite_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_min_server_severity</entry> - <entry><function>sybase_min_server_severity</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swftext</entry> + <entry><function>swftext_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_num_fields</entry> - <entry><function>sybase_num_fields</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>swftextfield</entry> + <entry><function>swftextfield_init</function></entry> + <entry><link linkend="ref.ming">Ming (flash)</link></entry> </row> <row> - <entry>mssql_num_rows</entry> - <entry><function>sybase_num_rows</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>unlink</entry> + <entry><function>domxml_unlink_node</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>mssql_pconnect</entry> - <entry><function>sybase_pconnect</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>xpath_eval</entry> + <entry><function>xpath_eval</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>mssql_query</entry> - <entry><function>sybase_query</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>xpath_eval_expression</entry> + <entry><function>xpath_eval_expression</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>mssql_result</entry> - <entry><function>sybase_result</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>xpath_init</entry> + <entry><function>xpath_init</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>mssql_select_db</entry> - <entry><function>sybase_select_db</function></entry> - <entry><link linkend="ref.sybase">Sybase</link></entry> + <entry>xpath_new_context</entry> + <entry><function>xpath_new_context</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> <row> - <entry>gzputs</entry> - <entry><function>gzwrite</function></entry> - <entry><link linkend="ref.zlib">Zlib</link></entry> + <entry>xptr_new_context</entry> + <entry><function>xpath_new_context</function></entry> + <entry><link linkend="ref.domxml">DOM XML</link></entry> </row> </tbody> </tgroup> </table> </para> </appendix> + +<!-- 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 +-->