Index function.mcrypt module is block mode function.sesam num fields function.cpdf closepath stroke function.yp err string function set border style function set char spacing function.ldap get values function.gmp add function.gmp jacobi function.cal from jd |
[ Pobierz całość w formacie PDF ] .msql_tablenamePodręcznik PHPPoprzedniNastępnymsql_tablename (PHP 3, PHP 4 >= 4.0)msql_tablename -- Get table name of fieldDescriptionstring msql_tablename (int query_identifier, int field)msql_tablename() takes a result pointerreturned by the msql_list_tables() function aswell as an integer index and returns the name of a table.Themsql_numrows() function may be used todetermine the number of tables in the result pointer.Przykład 1.msql_tablename() example<?phpmsql_connect ("localhost");$result = msql_list_tables ("wisconsin");$i = 0;while ($i < msql_numrows ($result)) {$tb_names[$i] = msql_tablename ($result, $i);echo $tb_names[$i]."<BR>";$i++;}?>PoprzedniSpis treściNastępnymsql_selectdbPoczątek rozdziałuFunkcje MySQL [ Pobierz całość w formacie PDF ] |
||||
Wszelkie Prawa Zastrzeżone! Kawa była słaba i bez smaku. Nie miała treści, a jedynie formę. Design by SZABLONY.maniak.pl. | |||||