検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 389 for filename (0.007 sec.)
5785
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... r) my_nop 2 例2 eio_chmod() の呼び出し <?php $temp_filename = dirname ( __FILE__ ) . "/eio-temp-file.tmp" ; to ... uch ( $temp_filename ); /* eio_chmod() が終わったら呼ばれます */ functi ... _chmod_callback ( $data , $result ) { global $temp_filename ; if ( $result == 0 && ! is_readable ( $temp_filen ... ame ) && is_writable ( $temp_filename )) { echo "eio_chmod_ok" ; } @ unlink ( $temp_file ...
https://man.plustar.jp/php/eio.examples.html - [similar]
ヘッダが既に送信されているかどうかを調べる 5698
« headers_list http_response_code » PHP Manual ネットワーク 関数 ヘッダが既に送信されているかどう ... ているかどうかを調べる 説明 headers_sent ( string &$filename = null , int &$line = null ): bool ヘッダがすでに送 ... 出力バッファリング を使う方法もあります。 パラメータ filename オプション引数の filename と line がセットされてい ... ソースファイル名と出力が開始された行番号が、それぞれ filename と line に格納されます。 line 出力を開始した行番号 ... } // オプションのfileとlineパラメータの使用例 // $filename と $linenum が後で使用されていることに注目。 // こ ...
https://man.plustar.jp/php/function.headers-sent.html - [similar]
ディレクトリハンドルをオープンする 5698
« getcwd readdir » PHP Manual ディレクトリ 関数 ディレクトリハンドルをオープンする opendir (PHP ... le (( $file = readdir ( $dh )) !== false ) { echo "filename: $file : filetype: " . filetype ( $dir . $file ) . ... ?> 上の例の出力は、 たとえば以下のようになります。 filename: . : filetype: dir filename: .. : filetype: dir fi ... lename: apache : filetype: dir filename: cgi : filetype: dir filename: cli : filetype: dir ... ド: ディレクトリ , ハンドル , オープン , filetype , filename , opendir , context , readdir , directory , resour ...
https://man.plustar.jp/php/function.opendir.html - [similar]
The Swoole\Async class 5655
« swoole_version Swoole\Async::dnsLookup » PHP Manual Swoole The Swoole\Async class The Swoole\A ... ble $callback ): void public static read ( string $filename , callable $callback , int $chunk_size = ? , int $ ... ffset = ? ): bool public static readFile ( string $filename , callable $callback ): void public static set ( a ... ay $settings ): void public static write ( string $filename , string $content , int $offset = ? , callable $ca ... back = ? ): void public static writeFile ( string $filename , string $content , callable $callback = ? , strin ...
https://man.plustar.jp/php/class.swoole-async.html - [similar]
Write data to a file stream asynchronously. 5620
« Swoole\Async::set Swoole\Async::writeFile » PHP Manual Swoole\Async Write data to a file strea ... . 説明 public static Swoole\Async::write ( string $filename , string $content , int $offset = ? , callable $ca ... llback = ? ): void パラメータ filename The filename being written. content The content wr ... ynchronously , Swoole , Async , offset , content , filename , callback ...
https://man.plustar.jp/php/swoole-async.write.html - [similar]
The Vtiful\Kernel\Excel class 5577
« 定義済み定数 Vtiful\Kernel\Excel::addSheet » PHP Manual XLSWriter The Vtiful\Kernel\Excel clas ... ter ( string $scope ) public constMemory ( string $fileName , string $sheetName = ? ) public data ( array $dat ... a ) public fileName ( string $fileName , string $sheetName = ? ) publi ... ta — Vtiful\Kernel\Excel data Vtiful\Kernel\Excel::fileName — Vtiful\Kernel\Excel fileName Vtiful\Kernel\Excel ... : Vtiful , Kernel , public , string , int , data , fileName , addSheet , output , sheetName ...
https://man.plustar.jp/php/class.vtiful-kernel-excel.html - [similar]
シンボリックリンクを作る 5534
« eio_statvfs eio_sync_file_range » PHP Manual Eio 関数 シンボリックリンクを作る eio_symlink (PE ... false を返します 例 例1 eio_symlink() の例 <?php $filename = dirname ( __FILE__ ). "/symlink.dat" ; touch ( $ ... y_symlink_cb ( $data , $result ) { global $link , $filename ; var_dump ( file_exists ( $data ) && is_link ( $d ... nk_cb" , NULL )) { @ unlink ( $link ); @ unlink ( $filename ); } } function my_readlink_cb ( $data , $result ) ... { global $filename , $link ; var_dump ( $result ); @ unlink ( $link ) ...
https://man.plustar.jp/php/function.eio-symlink.html - [similar]
CMS メッセージを復号化する 5534
« openssl_cipher_iv_length openssl_cms_encrypt » PHP Manual OpenSSL 関数 CMS メッセージを復号化す ... 復号化する 説明 openssl_cms_decrypt ( string $input_filename , string $output_filename , OpenSSLCertificate | s ... ol CMS メッセージを復号化します。 パラメータ input_filename 暗号化された内容を含むファイル名。 output_filename ... ます。 関連キーワード: メッセージ , 復号 , string , filename , cms , decrypt , input , output , OpenSSLCertific ...
https://man.plustar.jp/php/function.openssl-cms-decrypt.html - [similar]
Creates rrd database file 5534
« RRD 関数 rrd_error » PHP Manual RRD 関数 Creates rrd database file rrd_create (PECL rrd >= 0.9 ... reates rrd database file 説明 rrd_create ( string $filename , array $options ): bool Creates the rdd database ... file. パラメータ filename Filename for newly created rrd file. options Optio ... Creates , database , create , list , RRD , 関数 , filename , 成功 ...
https://man.plustar.jp/php/function.rrd-create.html - [similar]
Write data to a file asynchronously 5534
« swoole_async_write swoole_clear_error » PHP Manual Swoole 関数 Write data to a file asynchrono ... ynchronously 説明 swoole_async_writefile ( string $filename , string $content , callable $callback = ? , int $ ... flags = 0 ): bool パラメータ filename The filename being written. content The content wr ... ド: file , data , asynchronously , swoole , async , filename , content , writefile , string , callback ...
https://man.plustar.jp/php/function.swoole-async-writefile.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT