検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1068 for file (0.006 sec.)
Send file through the HTTP response. 4004
« Swoole\Http\Response::rawcookie Swoole\Http\Response::status » PHP Manual Swoole\Http\Response ... Send file through the HTTP response. Swoole\Http\Response::s ... endfile (PECL swoole >= 1.9.0) Swoole\Http\Response::sendf ... ile — Send file through the HTTP response. 説明 public Swoole\Http ... \Response::sendfile ( string $filename , int $offset = ? ): ReturnType ...
https://man.plustar.jp/php/swoole-http-response.sendfile.html - [similar]
ローカルファイルシステムへのアクセス 4004
« サポートするプロトコル/ラッパー http:// » PHP Manual サポートするプロトコル/ラッパー ローカルフ ... ァイルシステムへのアクセス file:// file:// — ローカルファイルシステムへのアクセス ... 説明 PHP で使用されるデフォルトのラッパーは Filesystem で、 これはローカルファイルシステムを表します ... トがコールされたディレクトリとなります。 fopen() や file_get_contents() のようないくつかの関数については、相 ... 同時に include_path も検索されます。 利用法 /path/to/file.ext relative/path/to/file.ext fileInCwd.ext C:/pat ...
https://man.plustar.jp/php/wrappers.file.html - [similar]
ファイルの sha1 ハッシュを計算する 3986
« setlocale sha1 » PHP Manual String 関数 ファイルの sha1 ハッシュを計算する sha1_file (PHP 4 >= ... 4.3.0, PHP 5, PHP 7, PHP 8) sha1_file — ファイルの sha1 ハッシュを計算する 説明 sha1_fil ... e ( string $filename , bool $binary = false ): string | false » US ... Secure Hash Algorithm 1 を使用して filename の sha1 ハッシュを計算し、そのハッシュを 返しま ... ハッシュは 40 文字の 16 進数となります。 パラメータ filename ハッシュしたいファイルのファイル名。 binary tr ...
https://man.plustar.jp/php/function.sha1-file.html - [similar]
Constructor for the SolrClient object 3986
« SolrClient::commit SolrClient::deleteById » PHP Manual SolrClient Constructor for the SolrClie ... sfer operation. Default is 30 seconds) - ssl_cert (File name to a PEM-formatted file containing the privat ... tificate (concatenated in that order) ) - ssl_key (File name to a PEM-formatted private key file only) - s ... d (Password for private key) - ssl_cainfo (Name of file holding one or more CA certificates to verify peer ... verify peer with ) Please note the if the ssl_cert file only contains the private certificate, you have to ...
https://man.plustar.jp/php/solrclient.construct.html - [similar]
3986
« ストリームのエラー ストリームラッパーとして登録するクラスの例 » PHP Manual ストリーム 例 例 目 ... 次 ストリームラッパーとして登録するクラスの例 例1 file_get_contents() を使って さまざまな場所からデータを ... home/bar にあるローカルファイルを読み出す */ $localfile = file_get_contents ( "/home/bar/foo.txt" ); /* 上 ... と同一だが、明示的に FILE スキームを指定している */ $localfile = file_get_co ... ntents ( "file:///home/bar/foo.txt" ); /* HTTP を利用し、www.exam ...
https://man.plustar.jp/php/stream.examples.html - [similar]
Write data to a file stream asynchronously. 3986
« Swoole\Async::set Swoole\Async::writeFile » PHP Manual Swoole\Async Write data to a file strea ... le >= 1.9.0) Swoole\Async::write — Write data to a file stream asynchronously. 説明 public static Swoole\A ... sync::write ( string $filename , string $content , int $offset = ? , callable ... $callback = ? ): void パラメータ filename The filename being written. content The conten ... t writing to the file. offset The offset. callback 関連キーワード: file ...
https://man.plustar.jp/php/swoole-async.write.html - [similar]
Saves the RRD database to a file 3962
« RRDCreator::__construct RRDGraph » PHP Manual RRDCreator Saves the RRD database to a file RRDC ... .0) RRDCreator::save — Saves the RRD database to a file 説明 public RRDCreator::save (): bool Saves the RR ... D database into file, which name is defined by RRDCreator::__construct( ... 返します。 関連キーワード: Saves , RRD , database , file , RRDCreator , the , save , construct , パラメータ ...
https://man.plustar.jp/php/rrdcreator.save.html - [similar]
Swoole 3944
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... 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/book.swoole.html - [similar]
Closes file descriptor associated with the current buffer event 3944
« EventBufferEvent EventBufferEvent::connect » PHP Manual EventBufferEvent Closes file descripto ... event >= 1.10.0) EventBufferEvent::close — Closes file descriptor associated with the current buffer even ... 説明 public EventBufferEvent::close (): void Closes file descriptor associated with the current buffer even ... 関連キーワード: EventBufferEvent , event , Closes , file , descriptor , associated , buffer , パラメータ , ...
https://man.plustar.jp/php/eventbufferevent.close.html - [similar]
出力をファイルにフラッシュする 3944
« feof fgetc » PHP Manual ファイルシステム 関数 出力をファイルにフラッシュする fflush (PHP 4 >= ... 例1 fflush() を使用するファイル書き込みの例 <?php $filename = 'bar.txt' ; $file = fopen ( $filename , 'r+' ... ); rewind ( $file ); fwrite ( $file , 'Foo' ); fflush ( $file ); ftr ... uncate ( $file , ftell ( $file )); fclose ( $file ); ?> 参考 clea ...
https://man.plustar.jp/php/function.fflush.html - [similar]