検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 1068 for file (0.092 sec.)
通常ファイルかどうかを調べる 3944
« is_executable is_link » PHP Manual ファイルシステム 関数 通常ファイルかどうかを調べる is_file ... (PHP 4, PHP 5, PHP 7, PHP 8) is_file — 通常ファイルかどうかを調べる 説明 is_file ( stri ... ng $filename ): bool 指定したファイルが通常のファイルかどう ... かを調べます。 パラメータ filename ファイルへのパス。 戻り値 ファイルが存在し、か ... 失敗したときは E_WARNING が発生します。 例 例1 is_file() の例 <?php var_dump ( is_file ( 'a_file.txt' )) ...
https://man.plustar.jp/php/function.is-file.html - [similar]
読み込まれた php.ini ファイルのパスを取得する 3944
« memory_get_usage php_ini_scanned_files » PHP Manual PHP オプション/情報 関数 読み込まれた php. ... ini ファイルのパスを取得する php_ini_loaded_file (PHP 5 >= 5.2.4, PHP 7, PHP 8) php_ini_loaded_file ... p.ini ファイルのパスを取得する 説明 php_ini_loaded_file (): string | false php.ini ファイルが読み込まれてい ... ない場合に false を返します。 例 例1 php_ini_loaded_file() の例 <?php $inipath = php_ini_loaded_file (); if ... d php.ini: ' . $inipath ; } else { echo 'A php.ini file is not loaded' ; } ?> 上の例の出力は、 たとえば以下 ...
https://man.plustar.jp/php/function.php-ini-loaded-file.html - [similar]
ファイルを出力する 3944
« popen readlink » PHP Manual ファイルシステム 関数 ファイルを出力する readfile (PHP 4, PHP 5, P ... HP 7, PHP 8) readfile — ファイルを出力する 説明 readfile ( string $filen ... ファイルを読んで標準出力に書き出します。 パラメータ filename 読み込もうとするファイルの名前。 use_include_p ... 失敗したときは E_WARNING が発生します。 例 例1 readfile() によるダウンロードの強制 <?php $file = 'monkey.g ... if' ; if ( file_exists ( $file )) { header ( 'Content-Description: ...
https://man.plustar.jp/php/function.readfile.html - [similar]
Exports the information about RRD database 3944
« rrd_version rrdc_disconnect » PHP Manual RRD 関数 Exports the information about RRD database r ... : array Exports the information about RRD database file. This data can be converted to XML file via user s ... PHP script and then restored back as RRD database file. パラメータ options Array of options for the expor ... . 戻り値 Array with information about RRD database file,失敗した場合に false を返します. 関連キーワード: R ... D , database , information , Exports , rrd , the , file , Array , array , then ...
https://man.plustar.jp/php/function.rrd-xport.html - [similar]
Write data to a file asynchronously 3944
« swoole_async_write swoole_clear_error » PHP Manual Swoole 関数 Write data to a file asynchrono ... usly swoole_async_writefile (PECL swoole >= 1.9.0) swoole_async_writefile — Wr ... ite data to a file asynchronously 説明 swoole_async_writefile ( strin ... g $filename , string $content , callable $callback = ? , i ... nt $flags = 0 ): bool パラメータ filename The filename being written. content The conten ...
https://man.plustar.jp/php/function.swoole-async-writefile.html - [similar]
Bootstrapping 3944
« Functional API parallel\run » PHP Manual Functional API Bootstrapping parallel\bootstrap (1.0. ... — Bootstrapping 説明 parallel\bootstrap ( string $file ): void Shall use the provided file to bootstrap a ... tomatic scheduling via parallel\run() . パラメータ file Path to the file to bootstrap all runtimes. 戻り値 ... parallel\Runtime::run 関連キーワード: bootstrap , file , run , Shall , Runtime , Functional , 警告 , call ...
https://man.plustar.jp/php/parallel.bootstrap.html - [similar]
Swoole 関数 3944
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_a ... ing hostname to IP lookup swoole_async_read — Read file stream asynchronously swoole_async_readfile — Read ... a file asynchronously swoole_async_set — Update the async ... I/O options swoole_async_write — Write data to a file stream asynchronously swoole_async_writefile — Wri ... te data to a file asynchronously swoole_clear_error — Clear errors i ...
https://man.plustar.jp/php/ref.swoole-funcs.html - [similar]
出力をファイルにフラッシュする 3944
« SplFileObject::eof SplFileObject::fgetc » PHP Manual SplFileObject 出力をファイルにフラッシュす ... る SplFileObject::fflush (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFi ... sh — 出力をファイルにフラッシュする 説明 public SplFileObject::fflush (): bool バッファリングされたすべての ... ue を、失敗した場合に false を返します。 例 例1 SplFileObject::fflush() の例 <?php $file = new SplFileObje ... ct ( 'misc.txt' , 'r+' ); $file -> rewind (); $file -> fwrite ( "Foo" ); $file -> ...
https://man.plustar.jp/php/splfileobject.fflush.html - [similar]
Vtiful\Kernel\Excel insertFormula 3944
« Vtiful\Kernel\Excel::header Vtiful\Kernel\Excel::insertImage » PHP Manual Vtiful\Kernel\Excel ... xcel = new \ Vtiful \ Kernel \ Excel ( $config ); $file = $excel -> fileName ( "free.xlsx" ) -> header ([ ... ]); for( $index = 1 ; $index < 10 ; $index ++) { $file -> insertText ( $index , 0 , 'viest' ); $file -> i ... nsertText ( $index , 1 , 10 ); } $file -> insertText ( 12 , 0 , "Total" ); $file -> inser ... la ( 12 , 1 , '=SUM(B2:B11)' ); // insert formula $file -> output (); 関連キーワード: Vtiful , Kernel , in ...
https://man.plustar.jp/php/vtiful-kernel-excel.insertFormula.html - [similar]
Write data to a file stream asynchronously 3920
« swoole_async_set swoole_async_writefile » PHP Manual Swoole 関数 Write data to a file stream a ... ole >= 1.9.0) swoole_async_write — Write data to a file stream asynchronously 説明 swoole_async_write ( st ... ring $filename , string $content , int $offset = ? , callable ... $callback = ? ): bool パラメータ filename The filename being written. content The conten ... t writing to the file. offset The offset. callback 戻り値 成功した場合に ...
https://man.plustar.jp/php/function.swoole-async-write.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT