検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 1068 for file (0.027 sec.)
Lua コンストラクタ 3314
« Lua::call Lua::eval » PHP Manual Lua Lua コンストラクタ Lua::__construct (PECL lua >=0.9.0) Lu ... 説明 public Lua::__construct ( string $lua_script_file = NULL ) 警告 この関数は、 現在のところ詳細な情報は ... ストのみが 記述されています。 パラメータ lua_script_file 戻り値 関連キーワード: construct , file , call , e ...
https://man.plustar.jp/php/lua.construct.html - [similar]
CUBRID 廃止されたエイリアスと関数 3314
« cubrid_unbuffered_query cubrid_load_from_glo » PHP Manual CUBRID CUBRID 廃止されたエイリアスと ... o — Read data from a GLO instance and save it in a file cubrid_new_glo — Create a glo instance cubrid_save ... _to_glo — Save requested file in a GLO instance cubrid_send_glo — Read data from ... , 廃止 , 関数 , cubrid , from , instance , send , file , save , GLO ...
https://man.plustar.jp/php/oldaliases.cubrid.html - [similar]
Rar アーカイブをオープンする 3314
« RarArchive::isSolid RarArchive::setAllowBroken » PHP Manual RarArchive Rar アーカイブをオープン ... (メソッド) public static RarArchive::open ( string $filename , string $password = NULL , callable $volume_c ... ): RarArchive | false 手続き型: rar_open ( string $filename , string $password = NULL , callable $volume_c ... 示することはできません。これは仕様です。 パラメータ filename Rar アーカイブへのパス。 password ヘッダの復号 ... ); if ( $rar_arch === FALSE ) die( "Failed opening file" ); $entries = $rar_arch -> getEntries (); if ( $e ...
https://man.plustar.jp/php/rararchive.open.html - [similar]
ファイルから読み取る 3314
« SplFileObject::fputcsv SplFileObject::fscanf » PHP Manual SplFileObject ファイルから読み取る S ... plFileObject::fread (PHP 5 >= 5.5.11, PHP 7, PHP 8) SplFi ... bject::fread — ファイルから読み取る 説明 public SplFileObject::fread ( int $length ): string | false ファイ ... 返します。 失敗した場合に false を返します 例 例1 SplFileObject::fread() の例 <?php // Get contents of a fil ... e into a string $filename = "/usr/local/something.txt" ; $file = new Spl ...
https://man.plustar.jp/php/splfileobject.fread.html - [similar]
ファイルポインタを先頭に巻き戻す 3314
« SplFileObject::next SplFileObject::seek » PHP Manual SplFileObject ファイルポインタを先頭に巻き ... 戻す SplFileObject::rewind (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFi ... — ファイルポインタを先頭に巻き戻す 説明 public SplFileObject::rewind (): void ファイルポインタを先頭に巻き ... い場合 RuntimeException がスローされます。 例 例1 SplFileObject::rewind() の例 <?php $file = new SplFileObje ... isc.txt" ); // ファイル全体をループする foreach ( $file as $line ) { } // 最初の行に巻き戻す $file -> rewi ...
https://man.plustar.jp/php/splfileobject.rewind.html - [similar]
Map a file into memory and return the stream resource which can be used by PHP s... 3314
« Swoole\Mmap Swoole\MySQL » PHP Manual Swoole\Mmap Map a file into memory and return the stream ... n (PECL swoole >= 1.9.0) Swoole\Mmap::open — Map a file into memory and return the stream resource which c ... ns. 説明 public static Swoole\Mmap::open ( string $filename , string $size = ? , string $offset = ? ): Ret ... urnType パラメータ filename size offset 戻り値 関連キーワード: Swoole , Mm ... ap , stream , string , open , offset , size , filename , operations , which ...
https://man.plustar.jp/php/swoole-mmap.open.html - [similar]
Event 3290
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... ytes read EventBuffer::readFrom — Read data from a file onto the end of the buffer EventBuffer::readLine — ... tBuffer::write — Write contents of the buffer to a file or socket EventBufferEvent — The EventBufferEvent ... class EventBufferEvent::close — Closes file descriptor associated with the current buffer even ... EventBufferEvent::connect — Connect buffer event's file descriptor to given address or UNIX socket EventBu ...
https://man.plustar.jp/php/book.event.html - [similar]
Gets the header info of a database 3290
« dbase_delete_record dbase_get_record_with_names » PHP Manual dBase 関数 Gets the header info o ... 例1 Showing header information for a dBase database file <?php // Path to dbase file $db_path = "/tmp/test. ... dbf" ; // Open dbase file $dbh = dbase_open ( $db_path , 0 ) or die( "Error! ... Could not open dbase database file ' $db_path '." ); // Get column information $colum ...
https://man.plustar.jp/php/function.dbase-get-header-info.html - [similar]
Initiates a backup task in the service manager and returns immediately 3290
« ibase_affected_rows ibase_blob_add » PHP Manual Firebird/InterBase 関数 Initiates a backup tas ... $service_handle , string $source_db , string $dest_file , int $options = 0 , bool $verbose = false ): mixe ... ion to the database server. source_db The absolute file path to the database on the database server. You c ... an also use a database alias. dest_file The path to the backup file on the database server ... ibase , database , server , service , arguments , file , process , immediately , returns ...
https://man.plustar.jp/php/function.ibase-backup.html - [similar]
拡張属性を設定する 3290
« xattr_remove xattr_supported » PHP Manual xattr 関数 拡張属性を設定する xattr_set (PECL xattr ... _set — 拡張属性を設定する 説明 xattr_set ( string $filename , string $name , string $value , int $flags = ... 引数によりこれを変更することができます。 パラメータ filename 属性を設定するファイル。 name 拡張属性の名前。 ... す。 例 例1 .wav ファイルに拡張属性を設定する <?php $file = 'my_favourite_song.wav' ; xattr_set ( $file , 'A ... rtist' , 'Someone' ); xattr_set ( $file , 'My ranking' , 'Good' ); xattr_set ( $file , 'Li ...
https://man.plustar.jp/php/function.xattr-set.html - [similar]