検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 279 for free (0.051 sec.)
XML パーサ 4220
« XMLDiff\File::merge はじめに » PHP Manual XML 操作 XML パーサ XML パーサ はじめに インストール ... ml_parser_create — XML パーサを作成する xml_parser_free — XML パーサを解放する xml_parser_get_option — XML ...
https://man.plustar.jp/php/book.xml.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 4220
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... e sockets, since Libevent already sets // CLOSE_ON_FREE and CLOSE_ON_EXEC flags on the file // descriptor ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
一般的な情報 4220
« FAQ メーリングリスト » PHP Manual FAQ 一般的な情報 一般的な情報 このセクションでは PHP に関する ... 」と呼ばれます。さらに詳細な情報に興味がある方は、 » Free On-Line Dictionary of Computing あるいは » Wikiped ...
https://man.plustar.jp/php/faq.general.html - [similar]
Fetch the next row from a result set 4220
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
MySQL 接続を閉じる 4220
« mysql_client_encoding mysql_connect » PHP Manual MySQL 関数 MySQL 接続を閉じる mysql_close (PH ... ect() - MySQL サーバーへの接続をオープンする mysql_free_result() - 結果保持用メモリを開放する 関連キーワー ...
https://man.plustar.jp/php/function.mysql-close.html - [similar]
MySQL データベース上のテーブルのリストを得る 4220
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルの ... sult )) { echo "Table: { $row [ 0 ]} \n" ; } mysql_free_result ( $result ); ?> 注意 注意 : 下位互換のために ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]
サーバーとの接続状況を調べ、接続されていない場合は再接続する 4220
« mysql_pconnect mysql_query » PHP Manual MySQL 関数 サーバーとの接続状況を調べ、接続されていない ... onnection, exiting after query #1' ; exit; } mysql_free_result ( $result ); /* 接続が有効であることが確かめ ...
https://man.plustar.jp/php/function.mysql-ping.html - [similar]
フィールドのテーブル名を得る 4220
« mysql_stat mysql_thread_id » PHP Manual MySQL 関数 フィールドのテーブル名を得る mysql_tablenam ... , mysql_tablename ( $result , $i ), "\n" ; } mysql_free_result ( $result ); ?> 注意 注意 : 結果ポインタに含 ...
https://man.plustar.jp/php/function.mysql-tablename.html - [similar]
クエリの次の行を連想配列で返す 4220
« oci_fetch_array oci_fetch_object » PHP Manual OCI8 関数 クエリの次の行を連想配列で返す oci_fet ... " . $row [ 'DEPARTMENT_NAME' ] . "<br>\n" ; } oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 ...
https://man.plustar.jp/php/function.oci-fetch-assoc.html - [similar]
クエリの次の行を配列で返す 4220
« oci_fetch_object oci_fetch » PHP Manual OCI8 関数 クエリの次の行を配列で返す oci_fetch_row (PH ... o $row [ 0 ] . " " . $row [ 1 ] . "<br>\n" ; } oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 ...
https://man.plustar.jp/php/function.oci-fetch-row.html - [similar]