検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 167 for Try (0.017 sec.)
zip アーカイブのグローバルメタデータを削除する 5419
« PharData::decompressFiles PharData::delete » PHP Manual PharData zip アーカイブのグローバルメタ ... ーします。 例 例1 PharData::delMetaData() の例 <?php try { $phar = new PharData ( 'myphar.zip' ); var_dump ...
https://man.plustar.jp/php/phardata.delmetadata.html - [similar]
ファイルを tar/zip アーカイブから削除する 5419
« PharData::offsetSet PharData::setAlias » PHP Manual PharData ファイルを tar/zip アーカイブから ... の例 <?php $p = new PharData ( '/path/to/my.zip' ); try { // offsetUnset がコールされ、file.txt が my.zip ...
https://man.plustar.jp/php/phardata.offsetunset.html - [similar]
CRC32 コードを返すか、CRC がチェックできない場合に例外をスローする 5419
« PharFileInfo::__destruct PharFileInfo::getCompressedSize » PHP Manual PharFileInfo CRC32 コード ... らです。 例 例1 PharFileInfo::getCRC32() の例 <?php try { $p = new Phar ( '/path/to/my.phar' , 0 , 'my.pha ...
https://man.plustar.jp/php/pharfileinfo.getcrc32.html - [similar]
キーワードのリスト 5419
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... uire require_once return static switch throw trait try unset() use var while xor yield yield from * reado ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
例外のスローを有効にする 5419
« SQLite3::createFunction SQLite3::escapeString » PHP Manual SQLite3 例外のスローを有効にする SQ ... ) の例 <?php $sqlite = new SQLite3 ( ':memory:' ); try { $sqlite -> exec ( 'create table foo' ); $sqlite ...
https://man.plustar.jp/php/sqlite3.enableexceptions.html - [similar]
Opens a connection 5419
« Stomp::commit Stomp::__destruct » PHP Manual Stomp Opens a connection Stomp::__construct stomp ... d 例 例1 オブジェクト指向型 <?php /* connection */ try { $stomp = new Stomp ( 'tcp://localhost:61613' ); ...
https://man.plustar.jp/php/stomp.construct.html - [similar]
Gets the last stomp error 5419
« Stomp::__destruct Stomp::getReadTimeout » PHP Manual Stomp Gets the last stomp error Stomp::er ... . 例 例1 オブジェクト指向型 <?php /* connection */ try { $stomp = new Stomp ( 'tcp://localhost:61613' ); ...
https://man.plustar.jp/php/stomp.error.html - [similar]
Gets the current stomp session ID 5419
« Stomp::getReadTimeout Stomp::hasFrame » PHP Manual Stomp Gets the current stomp session ID Sto ... . 例 例1 オブジェクト指向型 <?php /* connection */ try { $stomp = new Stomp ( 'tcp://localhost:61613' ); ...
https://man.plustar.jp/php/stomp.getsessionid.html - [similar]
URL を組み立てる 5419
« Yaf_Route_Supervar Yaf_Route_Supervar::__construct » PHP Manual Yaf_Route_Supervar URL を組み立 ... ray( 'tkey1' => 'tval1' , 'tkey2' => 'tval2' ) )); try { var_dump ( $router -> getRoute ( 'supervar' )-> ...
https://man.plustar.jp/php/yaf-route-supervar.assemble.html - [similar]
SeekableIterator インターフェイス 5306
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... isset( $this -> array [ $this -> position ]); } } try { $it = new MySeekableIterator ; echo $it -> curre ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]