検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 817 for return (0.076 sec.)
Open a persistent connection to CUBRID server 3000
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... rid. If one is found, an identifier for it will be returned instead of opening a new connection. Second, the ... uesting a query transferred to server is sent. The return value can depend on the disconnect_on_query_timeou ... imeout : Configures a value whether to immediately return an error of function being executed upon timeout. ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
Sets the candidate limit 3000
« fann_set_cascade_candidate_change_fraction fann_set_cascade_candidate_stagnation_epochs » PHP ... 返します。 参考 fann_get_cascade_candidate_limit() - Return the candidate limit 関連キーワード: limit , andida ...
https://man.plustar.jp/php/function.fann-set-cascade-candidate-limit.html - [similar]
バイナリセーフなファイル書き込み処理 3000
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite ... $string , $written )); if ( $fwrite === false ) { return $written ; } } return $written ; } ?> 注意 : (Wind ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
複数の MIME ヘッダフィールドを一度にデコードする 3000
« iconv_get_encoding iconv_mime_decode » PHP Manual iconv 関数 複数の MIME ヘッダフィールドを一度 ... n 1970 00:00:00 +0000 (UTC) (envelope-from example-return-0000-example=example.com@example.com) Received: (q ... n 1970 00:00:00 +0000 (UTC) (envelope-from example-return-0000-example=example.com@example.com) [1] => (qmai ...
https://man.plustar.jp/php/function.iconv-mime-decode-headers.html - [similar]
マルチバイト文字列にコールバック関数を用いた正規表現による置換を行う 3000
« mb_ereg_match mb_ereg_replace » PHP Manual マルチバイト文字列 関数 マルチバイト文字列にコールバ ... first subpattern // enclosed in '(...)' and so on return $matches [ 1 ].( $matches [ 2 ]+ 1 ); } echo mb_er ... "(\d{2}/\d{2}/)(\d{4})" , function ( $matches ) { return $matches [ 1 ].( $matches [ 2 ]+ 1 ); }, $text ); ...
https://man.plustar.jp/php/function.mb-ereg-replace-callback.html - [similar]
エンコード変換を行ってメールを送信する 3000
« mb_scrub mb_split » PHP Manual マルチバイト文字列 関数 エンコード変換を行ってメールを送信する ... missing 。 Windows では、 From ヘッダを設定すると Return-Path も設定されます。 注意 : メッセージが受信されな ... マンドライン引数です。sendmail を利用する際に正しい Return-Path を設定するためなどに利用すると便利です。 この ...
https://man.plustar.jp/php/function.mb-send-mail.html - [similar]
Backup a function 3000
« uopz_allow_exit uopz_compose » PHP Manual Uopz 関数 Backup a function uopz_backup (PECL uopz 1 ... ( "fgets" ); uopz_function ( "fgets" , function(){ return true ; }); var_dump ( fgets ()); ?> 上の例の出力は ...
https://man.plustar.jp/php/function.uopz-backup.html - [similar]
Restore a previously backed up function 3000
« uopz_rename uopz_set_hook » PHP Manual Uopz 関数 Restore a previously backed up function uopz_ ... ( "fgets" ); uopz_function ( "fgets" , function(){ return true ; }); var_dump ( fgets ()); uopz_restore ( 'f ...
https://man.plustar.jp/php/function.uopz-restore.html - [similar]
Get the unique identifier for a task (deprecated) 3000
« GearmanTask::unique GearmanWorker » PHP Manual GearmanTask Get the unique identifier for a tas ... precated) 説明 public GearmanTask::uuid (): string Returns the unique identifier for this task. This is assi ... . 参考 GearmanClient::do() - Run a single task and return a result [deprecated] GearmanClient::addTask() - A ...
https://man.plustar.jp/php/gearmantask.uuid.html - [similar]
ジェネレータの戻り値を取得する 3000
« Generator::current Generator::key » PHP Manual Generator ジェネレータの戻り値を取得する Genera ... tor::getReturn (PHP 7, PHP 8) Generator::getReturn — ジェネレータ ... の戻り値を取得する 説明 public Generator::getReturn (): mixed パラメータ この関数にはパラメータはありま ... すると、その戻り値を返します。 例 例1 Generator::getReturn() の例 <?php $gen = (function() { yield 1 ; yield ... 2 ; return 3 ; })(); foreach ( $gen as $val ) { echo $val , P ...
https://man.plustar.jp/php/generator.getreturn.html - [similar]