検索

phrase: max: clip:
target: order:
Results of 671 - 680 of about 817 for return (0.071 sec.)
Creates a new map using a callable to determine which pairs to include 2874
« Ds\Map::diff Ds\Map::first » PHP Manual Map Creates a new map using a callable to determine wh ... key , mixed $value ): bool Optional callable which returns true if the pair should be included, false otherw ... aining all the pairs for which either the callback returned true , or all values that convert to true if a c ... dump ( $map -> filter (function( $key , $value ) { return $key % 2 == 0 ; })); ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/ds-map.filter.html - [similar]
Move the cursor in the result 2874
« cubrid_lock_write cubrid_next_result » PHP Manual CUBRID 関数 Move the cursor in the result cu ... of 10, then the cursor will move to 11th place and return CUBRID_NO_MORE_DATA . パラメータ req_identifier Re ...
https://man.plustar.jp/php/function.cubrid-move-cursor.html - [similar]
Prepare a SQL statement for execution 2874
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... identifier. prepare_stmt Prepare query. option OID return option CUBRID_INCLUDE_OID . 戻り値 Request identif ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
Gets a record from a database as an associative array 2874
« dbase_get_header_info dbase_get_record » PHP Manual dBase 関数 Gets a record from a database a ... array. パラメータ database The database resource, returned by dbase_open() or dbase_create() . _number The ... した。 On error, dbase_get_record_with_names() will return false . 変更履歴 バージョン 説明 dbase 7.0.0 datab ...
https://man.plustar.jp/php/function.dbase-get-record-with-names.html - [similar]
定義済みの全ての関数を配列で返す 2874
« function_exists register_shutdown_function » PHP Manual 関数処理 関数 定義済みの全ての関数を配 ... ions() の例 <?php function myrow ( $id , $data ) { return "<tr><th> $id </th><td> $data </td></tr>\n" ; } $a ...
https://man.plustar.jp/php/function.get-defined-functions.html - [similar]
新しい画像をファイルあるいは URL から作成する 2874
« imagecreatefromgif imagecreatefrompng » PHP Manual GD および Image 関数 新しい画像をファイルあ ... 1 , 5 , 5 , 'Error loading ' . $imgname , $tc ); } return $im ; } header ( 'Content-Type: image/jpeg' ); $im ...
https://man.plustar.jp/php/function.imagecreatefromjpeg.html - [similar]
新しい画像をファイルあるいは URL から作成する 2874
« imagecreatefromjpeg imagecreatefromstring » PHP Manual GD および Image 関数 新しい画像をファイ ... 1 , 5 , 5 , 'Error loading ' . $imgname , $tc ); } return $im ; } header ( 'Content-Type: image/png' ); $img ...
https://man.plustar.jp/php/function.imagecreatefrompng.html - [similar]
指定したメールボックスにクォータを設定する 2874
« imap_search imap_setacl » PHP Manual IMAP 関数 指定したメールボックスにクォータを設定する imap ... owsky" , 3000 )) { echo "クォータの設定に失敗\n" ; return; } imap_close ( $mbox ); ?> 注意 この関数は、現在は ...
https://man.plustar.jp/php/function.imap-set-quota.html - [similar]
ユーザー関数をイテレータのすべての要素でコールする 2874
« class_uses iterator_count » PHP Manual SPL 関数 ユーザー関数をイテレータのすべての要素でコール ... cho strtoupper ( $iterator -> current ()) . "\n" ; return TRUE ; } $it = new ArrayIterator (array( "Apples" ...
https://man.plustar.jp/php/function.iterator-apply.html - [similar]
使用中の出力ハンドラの一覧を取得する 2874
« ob_implicit_flush ob_start » PHP Manual 出力制御 関数 使用中の出力ハンドラの一覧を取得する ob_ ... sh (); // 無名関数 ob_start (function( $string ) { return $string ; }); print_r ( ob_list_handlers ()); ob_e ...
https://man.plustar.jp/php/function.ob-list-handlers.html - [similar]