検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 51 for ret (0.006 sec.)
のエイリアス ibase_close 7508
« fbird_blob_open fbird_commit_ret » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_close ... ibase , fbird , 関数 , pconnect , open , commit , ret , 参考 , ...
https://man.plustar.jp/php/function.fbird-close.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する(非ブロ... 7508
« ftp_nb_continue ftp_nb_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オ ... ame , $ftp_user_pass ); // ダウンロードを開始する $ret = ftp_nb_fget ( $ftp , $fp , $file , FTP_BINARY ); ... while ( $ret == FTP_MOREDATA ) { // 何かお好みの動作を echo "." ... ; // ダウンロードを継続する… $ret = ftp_nb_continue ( $ftp ); } if ( $ret != FTP_FIN ...
https://man.plustar.jp/php/function.ftp-nb-fget.html - [similar]
ディレクトリから、PCRE パターンを使ってファイルを追加する 7388
« ZipArchive::addGlob ZipArchive::clearError » PHP Manual ZipArchive ディレクトリから、PCRE パタ ... イルを追加します。 <?php $zip = new ZipArchive (); $ret = $zip -> open ( 'application.zip' , ZipArchive :: ... CREATE | ZipArchive :: OVERWRITE ); if ( $ret !== TRUE ) { printf ( 'Failed with code %d' , $ret ...
https://man.plustar.jp/php/ziparchive.addpattern.html - [similar]
この接続上で最後に成功した insert クエリが自動生成した ID を返す 7313
« db2_get_option db2_lob_read » PHP Manual IBM DB2 関数 この接続上で最後に成功した insert クエリ ... ed. */ $stmt = db2_exec ( $conn , $insertTable ); $ret = db2_last_insert_id ( $conn ); if( $ret ) { echo ... "Last Insert ID is : " . $ret . "\n" ; } else { echo "No Last insert ID.\n" ; } ...
https://man.plustar.jp/php/function.db2-last-insert-id.html - [similar]
PHP Callbacks 7133
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callba ... cks It is possible to assign a PHP closure to a native variable of function pointer type or to ... ig_zend_write ; $orig_zend_write ( "{\n\t" , 3 ); $ret = $orig_zend_write ( $str , $len ); $orig_zend_wri ... te ( "}\n" , 2 ); return $ret ; }; echo "Hello World 2!\n" ; $zend -> ze ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
ストリームラッパーとして登録するクラスの例 7133
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... varname = $url [ "host" ]; $this -> position = 0 ; return true ; } function stream_read ( $count ) { $ret ... osition , $count ); $this -> position += strlen ( $ret ); return $ret ; } function stream_write ( $data ) ... . $right ; $this -> position += strlen ( $data ); return strlen ( $data ); } function stream_tell () { r ... urn $this -> position ; } function stream_eof () { return $this -> position >= strlen ( $GLOBALS [ $this ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
トランザクションをコミットする 7058
« ibase_commit_ret ibase_connect » PHP Manual Firebird/InterBase 関数 トランザクションをコミット ... commit , 関数 , trans , identifier , 接続 , 対応 , ret ...
https://man.plustar.jp/php/function.ibase-commit.html - [similar]
Apache の subprocess_env 変数を取得する 6999
« apache_get_version apache_lookup_uri » PHP Manual Apache 関数 Apache の subprocess_env 変数を取 ... R_ADDR をどの様に取得するかを示しています。 <?php $ret = apache_getenv ( "SERVER_ADDR" ); echo $ret ; ?> ...
https://man.plustar.jp/php/function.apache-getenv.html - [similar]
ディレクトリから、glob パターンを使ってファイルを追加する 6999
« ZipArchive::addFromString ZipArchive::addPattern » PHP Manual ZipArchive ディレクトリから、glo ... イルを追加します。 <?php $zip = new ZipArchive (); $ret = $zip -> open ( 'application.zip' , ZipArchive :: ... CREATE | ZipArchive :: OVERWRITE ); if ( $ret !== TRUE ) { printf ( 'Failed with code %d' , $ret ...
https://man.plustar.jp/php/ziparchive.addglob.html - [similar]
保存した数値を減らす 6879
« apcu_clear_cache apcu_delete » PHP Manual APCu 関数 保存した数値を減らす apcu_dec (PECL apcu > ... EOL , PHP_EOL ; apcu_store ( 'astring' , 'foo' ); $ret = apcu_dec ( 'astring' , 1 , $fail ); var_dump ( $ ...
https://man.plustar.jp/php/function.apcu-dec.html - [similar]
PREV 1 2 3 4 5 6 NEXT