検索

phrase: max: clip:
target: order:
Results of 751 - 760 of about 817 for return (0.139 sec.)
配列の差を計算する 2814
« array_diff_ukey array_fill_keys » PHP Manual 配列 関数 配列の差を計算する array_diff (PHP 4 >= ... this -> v = $v ; } public function __toString () { return $this -> v ; } } $source = [new S ( 'a' ), new S ( ...
https://man.plustar.jp/php/function.array-diff.html - [similar]
パラメータの配列を指定してコールバック関数をコールする 2814
« 関数処理 関数 call_user_func » PHP Manual 関数処理 関数 パラメータの配列を指定してコールバック ... 関数の使用 <?php $func = function( $arg1 , $arg2 ) { return $arg1 * $arg2 ; }; var_dump ( call_user_func_array ...
https://man.plustar.jp/php/function.call-user-func-array.html - [similar]
ファイルのステータスのキャッシュをクリアする 2814
« chown copy » PHP Manual ファイルシステム 関数 ファイルのステータスのキャッシュをクリアする cle ... file ); $user = posix_getpwuid ( $stat [ 'uid' ]); return $user [ 'name' ]; } $format = "UID @ %s: %s\n" ; p ...
https://man.plustar.jp/php/function.clearstatcache.html - [similar]
Execute a prepared SQL statement 2814
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... e query by using conn_identifier and SQL, and then returns the request identifier created. It is used for si ... in such cases the following rules are applied: The return value is the result of the first query. If an erro ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
指定した年における復活祭の真夜中のUnix時を得る 2814
« cal_to_jd easter_days » PHP Manual カレンダー 関数 指定した年における復活祭の真夜中のUnix時を得 ... " $year -03-21" ); $days = easter_days ( $year ); return $base -> add (new DateInterval ( "P { $days } D" ) ...
https://man.plustar.jp/php/function.easter-date.html - [similar]
指定したエンベロープおよびボディセクションに基づいて MIME メッセージを作成する 2814
« imap_lsub imap_mail_copy » PHP Manual IMAP 関数 指定したエンベロープおよびボディセクションに基 ... ヘッダフィールドの連想配列。使えるキーは "remail" , "return_path" , "date" , "from" , "reply_to" , "in_reply_t ...
https://man.plustar.jp/php/function.imap-mail-compose.html - [similar]
実行のために Oracle の文をパースする 2814
« oci_num_rows oci_password_change » PHP Manual OCI8 関数 実行のために Oracle の文をパースする o ... ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ...
https://man.plustar.jp/php/function.oci-parse.html - [similar]
アロー関数 2814
« 無名関数 第一級callableを生成する記法 » PHP Manual 関数 アロー関数 アロー関数 アロー関数は 無名 ... 渡しするのと同じ $fn2 = function ( $x ) use ( $y ) { return $x + $y ; }; var_export ( $fn1 ( 3 )); ?> 上の例の ...
https://man.plustar.jp/php/functions.arrow.html - [similar]
ユーザー定義関数 2814
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義 ... $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
この色と別の色の差を調べる 2814
« ImagickPixel::isPixelSimilarQuantum ImagickPixel::setColor » PHP Manual ImagickPixel この色と別 ... 'yes' : 'no' ); } $output .= "</tbody></table>" ; return $output ; ?> 関連キーワード: ImagickPixel , 色 , 差 ...
https://man.plustar.jp/php/imagickpixel.issimilar.html - [similar]