検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 362 for list (0.030 sec.)
URL リライタの値を追加する 4180
« ob_start output_reset_rewrite_vars » PHP Manual 出力制御 関数 URL リライタの値を追加する outpu ... type="text" name="var2" /> </form>' ; print_r ( ob_list_handlers ()); ?> 上の例の出力は以下となります。 <a ... ob_flush() - 出力バッファをフラッシュ(送信)する ob_list_handlers() - 使用中の出力ハンドラの一覧を取得する ...
https://man.plustar.jp/php/function.output-add-rewrite-var.html - [similar]
Mcrypt 関数 4180
« Mcrypt 暗号 mcrypt_create_iv » PHP Manual Mcrypt Mcrypt 関数 Mcrypt 関数 目次 mcrypt_create_iv ... t_key_size — 指定した暗号のキーの長さを得る mcrypt_list_algorithms — サポートされる全ての暗号を配列として取 ... 得する mcrypt_list_modes — サポートされる全てのモードの配列を取得する ...
https://man.plustar.jp/php/ref.mcrypt.html - [similar]
Returns the group.main value 4180
« SolrQuery::getGroupLimit SolrQuery::getGroupNGroups » PHP Manual SolrQuery Returns the group.m ... field grouping command is used as the main result list in the response, using group.format=simple 関連キー ...
https://man.plustar.jp/php/solrquery.getgroupmain.html - [similar]
Get the connection info by file description. 4180
« Swoole\Server::confirm Swoole\Server::connection_list » PHP Manual Swoole\Server Get the conne ...
https://man.plustar.jp/php/swoole-server.connection-info.html - [similar]
4145
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... / $num_fields = cubrid_num_cols ( $result ); /** * List the column names of the result set on the screen. ... */ echo( "<tr>" ); while (list( $key , $colname ) = each ( $columns )) { echo( "< ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
Make event non-pending and free resources allocated for this event 4145
« Event::delTimer Event::getSupportedMethods » PHP Manual Event Make event non-pending and free ... public Event::free (): void Removes event from the list of events monitored by libevent, and free resource ...
https://man.plustar.jp/php/event.free.html - [similar]
行を CSV 形式にフォーマットし、ファイルポインタに書き込む 4145
« fpassthru fputs » PHP Manual ファイルシステム 関数 行を CSV 形式にフォーマットし、ファイルポイ ... れるようになりました。 例 例1 fputcsv() の例 <?php $list = array ( array( 'aaa' , 'bbb' , 'ccc' , 'dddd' ), ... ) ); $fp = fopen ( 'file.csv' , 'w' ); foreach ( $list as $fields ) { fputcsv ( $fp , $fields ); } fclose ...
https://man.plustar.jp/php/function.fputcsv.html - [similar]
関数の引数リストを配列として返す 4145
« func_get_arg func_num_args » PHP Manual 関数処理 関数 関数の引数リストを配列として返す func_ge ... 数は: " . func_get_arg ( 1 ) . " です。\n" ; } $arg_list = func_get_args (); for ( $i = 0 ; $i < $numargs ; ... $i ++) { echo "引数 $i は: " . $arg_list [ $i ] . " です。\n" ; } } foo ( 1 , 2 , 3 ); ?> 上 ...
https://man.plustar.jp/php/function.func-get-args.html - [similar]
フォーマット文字列に基づき入力を処理する 4145
« sprintf str_contains » PHP Manual String 関数 フォーマット文字列に基づき入力を処理する sscanf ... 。 例 例1 sscanf() の例 <?php // シリアル番号を得る list( $serial ) = sscanf ( "SN/2350001" , "SN/%d" ); // ... 続いて製造日を得る $mandate = "January 01 2000" ; list( $month , $day , $year ) = sscanf ( $mandate , "%s ...
https://man.plustar.jp/php/function.sscanf.html - [similar]
日付・時刻 関数 4145
« DatePeriod::getStartDate checkdate » PHP Manual Date/Time 日付・時刻 関数 日付・時刻 関数 目次 ... の Unix タイムスタンプを返す timezone_abbreviations_list — DateTimeZone::listAbbreviations のエイリアス tim ... ezone_identifiers_list — DateTimeZone::listIdentifiers のエイリアス timez ...
https://man.plustar.jp/php/ref.datetime.html - [similar]