検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 1068 for file (0.018 sec.)
Creates new RRDUpdater instance 3398
« RRDUpdater RRDUpdater::update » PHP Manual RRDUpdater Creates new RRDUpdater instance RRDUpdat ... tance is responsible for updating the RRD database file. パラメータ path Filesystem path for RRD database ... nstance , Creates , new , construct , path , RRD , file , database , which ...
https://man.plustar.jp/php/rrdupdater.construct.html - [similar]
次の行を読み出す 3398
« SplFileObject::key SplFileObject::rewind » PHP Manual SplFileObject 次の行を読み出す SplFileOb ... ject::next (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::next — 次の行を読み出す 説明 public SplFile ... ータはありません。 戻り値 値を返しません。 例 例1 SplFileObject::next() の例 <?php // 行単位でファイルを読み ... 込む $file = new SplFileObject ( "misc.txt" ); while (! $file ... -> eof ()) { echo $file -> current (); $file -> next (); } ?> 参考 SplFile ...
https://man.plustar.jp/php/splfileobject.next.html - [similar]
The EvIo class 3374
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev ... >= 0.2.0) はじめに EvIo watchers check whether a file descriptor(or socket, or a stream castable to nume ... ric file descriptor) is readable or writable in each iterat ... te event watchers per fd is unlimited. Setting all file descriptors to non-blocking mode is also usually a ... n-blocking mode, then separately re-test whether a file descriptor is really ready. Some people additional ...
https://man.plustar.jp/php/class.evio.html - [similar]
CURLFile オブジェクトを作る 3374
« curl_exec curl_getinfo » PHP Manual cURL 関数 CURLFile オブジェクトを作る curl_file_create (PH ... P 5 >= 5.5.0, PHP 7, PHP 8) curl_file_create — CURLFile オブジェクトを作る 説明 この関数 ... は次の関数のエイリアスです。 CURLFile::__construct() 関連キーワード: CURLFile , オブジェ ... クト , 関数 , file , create , exec , getinfo , cURL , construct , ...
https://man.plustar.jp/php/function.curl-file-create.html - [similar]
アクティブなハッシュコンテキストに、ファイルからデータを投入する 3374
« hash_pbkdf2 hash_update_stream » PHP Manual Hash 関数 アクティブなハッシュコンテキストに、ファ ... イルからデータを投入する hash_update_file (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) h ... ash_update_file — アクティブなハッシュコンテキストに、ファイルから ... データを投入する 説明 hash_update_file ( HashContext $context , string $filename , ? reso ... タ context hash_init() が返すハッシュコンテキスト。 filename ハッシュ対象となるファイルの位置を示す URL。 f ...
https://man.plustar.jp/php/function.hash-update-file.html - [similar]
エクスポート可能な形式で、キーをファイルに取得する 3374
« openssl_pkey_derive openssl_pkey_export » PHP Manual OpenSSL 関数 エクスポート可能な形式で、キ ... ーをファイルに取得する openssl_pkey_export_to_file (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_pkey ... _export_to_file — エクスポート可能な形式で、キーをファイルに取得す ... る 説明 openssl_pkey_export_to_file ( OpenSSLAsymmetricKey | OpenSSLCertificate | arra ... y | string $key , string $output_filename , ? string $passphrase = null , ? array $optio ...
https://man.plustar.jp/php/function.openssl-pkey-export-to-file.html - [similar]
端末のデバイス名を調べる 3374
« posix_times posix_uname » PHP Manual POSIX 関数 端末のデバイス名を調べる posix_ttyname (PHP 4, ... イス名を調べる 説明 posix_ttyname ( resource | int $file_descriptor ): string | false ファイル記述子 file_d ... で指定することになるでしょう。 戻り値 成功した場合に file_descriptor の絶対パスを表す文字列、 失敗した場合に ... 関連キーワード: 端末 , デバイス , ttyname , int , file , descriptor , リソース , times , 関数 , resource ...
https://man.plustar.jp/php/function.posix-ttyname.html - [similar]
はじめに 3374
« dBase インストール/設定 » PHP Manual dBase はじめに はじめに 注意 : この拡張モジュールは » PEC ... ) databases. 警告 We recommend against using dBase files as your production database. Use » SQLite or choo ... rt data to and from your web database, because the file format is commonly understood by Windows spreadshe ... rent web server processes modifying the same dBase file would have very likely ruined your database. This ... the process level with multithreaded SAPIs. dBase files are simple sequential files of fixed length recor ...
https://man.plustar.jp/php/intro.dbase.html - [similar]
ファイルシステム上のファイルを tar/zip アーカイブに追加する 3374
« PharData::addEmptyDir PharData::addFromString » PHP Manual PharData ファイルシステム上のファイ ... ルを tar/zip アーカイブに追加する PharData::addFile (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) ... PharData::addFile — ファイルシステム上のファイルを tar/zip アーカイブ ... に追加する 説明 public PharData::addFile ( string $filename , ? string $localName = null ): ... でアーカイブ内に格納されます。指定しなかった場合は、 file パラメータをアーカイブ内のパスとして使用します。 U ...
https://man.plustar.jp/php/phardata.addfile.html - [similar]
Construct a memory lock. 3374
« Swoole\Lock Swoole\Lock::__destruct » PHP Manual Swoole\Lock Construct a memory lock. Swoole\L ... ole\Lock::__construct ( string $type = ? , string $file_lock_location = ? ) Swoole lock is used for data s ... ween multiple theads or processes. パラメータ type file_lock_location 関連キーワード: Construct , memory , ... Swoole , Lock , construct , lock , location , file , type , string ...
https://man.plustar.jp/php/swoole-lock.construct.html - [similar]