検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 1068 for file (0.028 sec.)
ファイルセグメントをディスクに同期する 4365
« eio_symlink eio_sync » PHP Manual Eio 関数 ファイルセグメントをディスクに同期する eio_sync_file ... e_range (PECL eio >= 0.0.1dev) eio_sync_file_range — ファイルセグメントをディスクに同期する 説明 ... eio_sync_file_range ( mixed $fd , int $offset , int $nbytes , in ... k = NULL , mixed $data = NULL ): resource eio_sync_file_range() は、ファイルディスクリプタ fd が指すオープ ... ットマスク。以下のいずれかの値を含めます。 EIO_SYNC_FILE_RANGE_WAIT_BEFORE , EIO_SYNC_FILE_RANGE_WRITE , EI ...
https://man.plustar.jp/php/function.eio-sync-file-range.html - [similar]
Null バイト関連の問題 4365
« ファイルシステムのセキュリティ データベースのセキュリティ » PHP Manual ファイルシステムのセキュ ... す。 例1 null バイトに対して脆弱なスクリプト <?php $file = $_GET [ 'file' ]; // ここで "../../etc/passwd\0" ... が渡されたとします if ( file_exists ( '/home/wwwrun/' . $file . '.php' )) { // ... sswd が存在するからです include '/home/wwwrun/' . $file . '.php' ; // ファイル /etc/passwd がインクルードさ ... たものを示します。 例2 入力を適切に検証する例 <?php $file = $_GET [ 'file' ]; // 値として与えられる可能性のあ ...
https://man.plustar.jp/php/security.filesystem.nullbytes.html - [similar]
FTP サーバー上のファイルまたはディレクトリの名前を変更する 4347
« ftp_rawlist ftp_rmdir » PHP Manual FTP 関数 FTP サーバー上のファイルまたはディレクトリの名前を ... 待していました。 例 例1 ftp_rename() の例 <?php $old_file = 'somefile.txt.bak' ; $new_file = 'somefile.txt' ... $ftp , $ftp_user_name , $ftp_user_pass ); // $old_file を $new_file に変更することを試みる if ( ftp_renam ... e ( $ftp , $old_file , $new_file )) { echo "successfully renamed $old_f ... ile to $new_file \n" ; } else { echo "There was a problem while ren ...
https://man.plustar.jp/php/function.ftp-rename.html - [similar]
ファイルの内容から、ハッシュ値を生成する 4347
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_file ... P 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash_file — ファイルの内容から、ハッシュ値を生成する 説明 ha ... sh_file ( string $algo , string $filename , bool $binary = ... アルゴリズムの一覧は hash_algos() を参照して下さい。 filename ハッシュ対象となるファイルの位置を示す URL。 f ... 0 options パラメータが追加されました。 例 例1 hash_file() の使用例 <?php /* ハッシュ値を計算するファイルを ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
Download a file from the remote server. 4323
« Swoole\Http\Client::__destruct Swoole\Http\Client::execute » PHP Manual Swoole\Http\Client Dow ... nload a file from the remote server. Swoole\Http\Client::downlo ... = 1.9.0) Swoole\Http\Client::download — Download a file from the remote server. 説明 public Swoole\Http\Cl ... ient::download ( string $path , string $file , callable $callback , int $offset = ? ): void パラ ... メータ path file callback offset 戻り値 関連キーワード: file , from ...
https://man.plustar.jp/php/swoole-http-client.download.html - [similar]
Produce merged XML document 4323
« XMLDiff\File::diff XML パーサ » PHP Manual XMLDiff\File Produce merged XML document XMLDiff\File ... le::merge (PECL xmldiff >= 0.8.0) XMLDiff\File::merge — Produce merged XML document 説明 public X ... MLDiff\File::merge ( string $src , string $diff ): string Crea ... キーワード: document , Produce , merged , XMLDiff , File , merge , string , new , パーサ , xmldiff ...
https://man.plustar.jp/php/xmldiff-file.merge.html - [similar]
リモートファイルの使用 4305
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... 可能です。 例1 リモートページのタイトルを得る <?php $file = fopen ( "http://www.example.com/" , "r" ); if (! ... $file ) { echo "<p>Unable to open remote file.\n" ; exit ... ; } while (! feof ( $file )) { $line = fgets ( $file , 1024 ); /* タイトルと ... out )) { $title = $out [ 1 ]; break; } } fclose ( $file ); ?> (正しいアクセス権限を有するユーザーとして接続 ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
リクエストグループを作る 4305
« eio_grp_limit eio_init » PHP Manual Eio 関数 リクエストグループを作る eio_grp (PECL eio >= 0.0 ... false を返します 例 例1 eio_grp() の例 <?php $temp_filename = dirname ( __FILE__ ) . "/eio-file.tmp" ; $fp ... = fopen ( $temp_filename , "w" ); fwrite ( $fp , "some data" ); fclose ... ( $fp ); $my_file_fd = NULL ; /* グループリクエストが終了したときに呼 ... ファイルを開いたときに呼ばれます */ function my_grp_file_opened_callback ( $data , $result ) { global $my_f ...
https://man.plustar.jp/php/function.eio-grp.html - [similar]
RRDtool 4281
« syslog はじめに » PHP Manual その他のサービス RRDtool RRDtool はじめに インストール/設定 要件 ... example RRD 関数 rrd_create — Creates rrd database file rrd_error — Gets latest error message rrd_fetch — ... — Gets the timestamp of the first sample from rrd file rrd_graph — Creates image from a data rrd_info — G ... ets information about rrd file rrd_last — Gets unix timestamp of the last sample ... t last updated data rrd_restore — Restores the RRD file from XML dump rrd_tune — Tunes some RRD database f ...
https://man.plustar.jp/php/book.rrd.html - [similar]
Creates rrd database file 4281
« RRD 関数 rrd_error » PHP Manual RRD 関数 Creates rrd database file rrd_create (PECL rrd >= 0.9 ... .0) rrd_create — Creates rrd database file 説明 rrd_create ( string $filename , array $option ... s ): bool Creates the rdd database file. パラメータ filename Filename for newly created rr ... d file. options Options for rrd create - list of strings. ... した場合に false を返します。 関連キーワード: rrd , file , Creates , database , create , list , RRD , 関数 ...
https://man.plustar.jp/php/function.rrd-create.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT