検索

phrase: max: clip:
target: order:
Results of 631 - 640 of about 817 for return (0.040 sec.)
Creates a database 2907
« dbase_close dbase_delete_record » PHP Manual dBase 関数 Creates a database dbase_create (PHP 5 ... her DBASE_TYPE_DBASE or DBASE_TYPE_FOXPRO . 戻り値 Returns a database resource if the database is successful ... The type parameter has been added. dbase 7.0.0 The return value is now a resource instead of an int . 例 例1 ...
https://man.plustar.jp/php/function.dbase-create.html - [similar]
Replaces a record in a database 2907
« dbase_pack Firebird/InterBase » PHP Manual dBase 関数 Replaces a record in a database dbase_re ... n data. パラメータ database The database resource, returned by dbase_open() or dbase_create() . data An inde ... ll fail. 注意 : If you're using dbase_get_record() return value for this parameter, remember to reset the ke ... rom 1 to the number of records in the database (as returned by dbase_numrecords() ). 戻り値 成功した場合に t ... es , in , replace , data , 注意 , resource , int , returned ...
https://man.plustar.jp/php/function.dbase-replace-record.html - [similar]
フォーマットされた文字列をストリームに書き込む 2907
« explode get_html_translation_table » PHP Manual String 関数 フォーマットされた文字列をストリー ... hp if (!( $fp = fopen ( 'currency.txt' , 'w' ))) { return; } fprintf ( $fp , "%04d-%02d-%02d" , $year , $mon ... <?php if (!( $fp = fopen ( 'date.txt' , 'w' ))) { return; } $money1 = 68.75 ; $money2 = 54.35 ; $money = $m ...
https://man.plustar.jp/php/function.fprintf.html - [similar]
画像にフィルタを適用する 2907
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... ( $im ) { if( function_exists ( 'imagefilter' )) { return imagefilter ( $im , IMG_FILTER_NEGATE ); } for( $x ... ]); imagesetpixel ( $im , $x , $y , $color ); } } return( true ); } $im = imagecreatefromjpeg ( 'kalle.jpg' ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
Decrypts crypttext with given parameters 2907
« mcrypt_create_iv mcrypt_enc_get_algorithms_name » PHP Manual Mcrypt 関数 Decrypts crypttext wi ... ng $iv = ? ): string | false Decrypts the data and returns the unencrypted data. パラメータ cipher MCRYPT_暗 ... y the cipher, the function will emit a warning and return false data The data that will be decrypted with th ... 、 この関数は警告を発して false を返します。 戻り値 Returns the decrypted data as a string 失敗した場合に fal ...
https://man.plustar.jp/php/function.mcrypt-decrypt.html - [similar]
乱数値の最大値を表示する 2907
« min mt_rand » PHP Manual Math 関数 乱数値の最大値を表示する mt_getrandmax (PHP 4, PHP 5, PHP 7 ... php function randomFloat ( $min = 0 , $max = 1 ) { return $min + mt_rand () / mt_getrandmax () * ( $max - $m ...
https://man.plustar.jp/php/function.mt-getrandmax.html - [similar]
クエリがプリフェッチする行数を設定する 2907
« oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設 ... ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ... $row = oci_fetch_array ( $refcur , OCI_ASSOC + OCI_RETURN_NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ...
https://man.plustar.jp/php/function.oci-set-prefetch.html - [similar]
乱数生成器を初期化する 2907
« sqrt tan » PHP Manual Math 関数 乱数生成器を初期化する srand (PHP 4, PHP 5, PHP 7, PHP 8) sran ... t( $usec , $sec ) = explode ( ' ' , microtime ()); return $sec + $usec * 1000000 ; } srand ( make_seed ()); ...
https://man.plustar.jp/php/function.srand.html - [similar]
Send a custom control to the service 2907
« win32_query_service_status win32_set_service_exit_code » PHP Manual win32service 関数 Send a c ... n invalid data in parameters, previously false was returned. PECL win32service 1.0.0 Throws a Win32ServiceEx ... eption on error, previously a Win32 Error Code was returned. PECL win32service 1.0.0 The return type is now ...
https://man.plustar.jp/php/function.win32-send-custom-control.html - [similar]
Wait for activity from one of the job servers 2907
« GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity ... ab a job while (@ $worker -> work () || $worker -> returnCode () == GEARMAN_IO_WAIT || $worker -> returnCode ... () == GEARMAN_NO_JOBS ) { if ( $worker -> returnCode () == GEARMAN_SUCCESS ) continue; echo "Waitin ... \n" ; if (!@ $worker -> wait ()) { if ( $worker -> returnCode () == GEARMAN_NO_ACTIVE_FDS ) { # We are not c ... > error () . "\n" ; function reverse_fn ( $job ) { return strrev ( $job -> workload ()); } ?> 参考 GearmanWo ...
https://man.plustar.jp/php/gearmanworker.wait.html - [similar]