検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 509 for count (0.028 sec.)
Roll back a transaction 3390
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... name VARCHAR(20), city VARCHAR(15), state CHAR(2), country VARCHAR(15) ) EOD; if (! cubrid_execute ( $conn ... $state_list = array( "NY" , "CA" , NULL , "CA" ); $country_list = array( "USA" , "USA" , "Germany" , "USA" ... ); for ( $i = 0 , $size = count ( $id_list ); $i < $size ; $i ++) { cubrid_bind ( ... 4 , $state_list [ $i ]); cubrid_bind ( $req , 5 , $country_list [ $i ]); if (!( $ret = cubrid_execute ( $re ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
指定した伝送に関する情報を得る 3390
« curl_file_create curl_init » PHP Manual cURL 関数 指定した伝送に関する情報を得る curl_getinfo ... のバイトの伝送がはじまるまでの秒数 CURLINFO_REDIRECT_COUNT - リダイレクト処理の回数 ( CURLOPT_FOLLOWLOCATION ... est_size" "filetime" "ssl_verify_result" "redirect_count" "total_time" "namelookup_time" "connect_time" "pr ...
https://man.plustar.jp/php/function.curl-getinfo.html - [similar]
eio_* のようなカスタムリクエストを実行する 3390
« eio_close eio_dup2 » PHP Manual Eio 関数 eio_* のようなカスタムリクエストを実行する eio_custom ... $data , $result ) { var_dump ( $data ); var_dump ( count ( $result )); var_dump ( $result [ 'data_modified' ...
https://man.plustar.jp/php/function.eio-custom.html - [similar]
塗りつぶした多角形を描画する 3390
« imagefilledellipse imagefilledrectangle » PHP Manual GD および Image 関数 塗りつぶした多角形を ... s は偶数でなければいけません。また、 num_points は count($points)/2 であると仮定されます。 color imagecolor ...
https://man.plustar.jp/php/function.imagefilledpolygon.html - [similar]
オープンポリゴンを描画する 3390
« imageloadfont imagepalettecopy » PHP Manual GD および Image 関数 オープンポリゴンを描画する im ... s は偶数でなければいけません。また、 num_points は count($points)/2 であると仮定されます。 color imagecolor ...
https://man.plustar.jp/php/function.imageopenpolygon.html - [similar]
多角形を描画する 3390
« imagepng imagerectangle » PHP Manual GD および Image 関数 多角形を描画する imagepolygon (PHP 4 ... s は偶数でなければいけません。また、 num_points は count($points)/2 であると仮定されます。 color imagecolor ...
https://man.plustar.jp/php/function.imagepolygon.html - [similar]
直近の LDAP コマンドの LDAP エラー番号を返す 3390
« ldap_err2str ldap_error » PHP Manual LDAP 関数 直近の LDAP コマンドの LDAP エラー番号を返す ld ... o = ldap_get_entries ( $ld , $res ); echo $info [ "count" ] . " matching entries.<br />\n" ; ?> 参考 ldap_e ...
https://man.plustar.jp/php/function.ldap-errno.html - [similar]
非同期クエリの結果を取得する 3390
« pg_get_pid pg_host » PHP Manual PostgreSQL 関数 非同期クエリの結果を取得する pg_get_result (PH ... d_query ( $dbconn , "select * from authors; select count(*) from authors;" ); } $res1 = pg_get_result ( $db ...
https://man.plustar.jp/php/function.pg-get-result.html - [similar]
正規表現による検索と置換を行う 3390
« PCRE 関数 preg_grep » PHP Manual PCRE 関数 正規表現による検索と置換を行う preg_filter (PHP 5 > ... string | array $subject , int $limit = -1 , int &$count = null ): string | array | null preg_filter() は p ...
https://man.plustar.jp/php/function.preg-filter.html - [similar]
配列の内部ポインタを先頭の要素にセットする 3390
« range rsort » PHP Manual 配列 関数 配列の内部ポインタを先頭の要素にセットする reset (PHP 4, PH ... がある値を適切にチェックするには、 まず最初に 配列の count() をチェックするか、 reset() を呼び出した後に、 要 ...
https://man.plustar.jp/php/function.reset.html - [similar]