検索

phrase: max: clip:
target: order:
Results of 591 - 600 of about 2375 for New (0.051 sec.)
ファイルのパーミッションを取得する 2265
« SplFileInfo::getPathname SplFileInfo::getRealPath » PHP Manual SplFileInfo ファイルのパーミッシ ... 例 例1 SplFileInfo::getPerms() の例 <?php $info = new SplFileInfo ( '/tmp' ); echo substr ( sprintf ( '% ... o' , $info -> getPerms ()), - 4 ); $info = new SplFileInfo ( __FILE__ ); echo substr ( sprintf ( ...
https://man.plustar.jp/php/splfileinfo.getperms.html - [similar]
ファイルタイプを取得する 2265
« SplFileInfo::getSize SplFileInfo::isDir » PHP Manual SplFileInfo ファイルタイプを取得する SplF ... 。 例 例1 SplFileInfo::getType() の例 <?php $info = new SplFileInfo ( __FILE__ ); echo $info -> getType () ... . PHP_EOL ; $info = new SplFileInfo ( dirname ( __FILE__ )); echo $info -> ...
https://man.plustar.jp/php/splfileinfo.gettype.html - [similar]
ファイルがディレクトリかどうかを調べる 2265
« SplFileInfo::getType SplFileInfo::isExecutable » PHP Manual SplFileInfo ファイルがディレクトリ ... します。 例 例1 SplFileInfo::isDir() の例 <?php $d = new SplFileInfo ( dirname ( __FILE__ )); var_dump ( $d ... -> isDir ()); $d = new SplFileInfo ( __FILE__ ); var_dump ( $d -> isDir ( ...
https://man.plustar.jp/php/splfileinfo.isdir.html - [similar]
ファイルへのパスを文字列で返す 2265
« SplFileInfo::setInfoClass SplFileObject » PHP Manual SplFileInfo ファイルへのパスを文字列で返す ... 例 例1 SplFileInfo::__toString() の例 <?php $info = new SplFileInfo ( 'foo' ); var_dump ( $info -> __toStr ... ing ()); echo $info . PHP_EOL ; $info = new SplFileInfo ( '/usr/bin/php' ); var_dump ( $info - ...
https://man.plustar.jp/php/splfileinfo.tostring.html - [similar]
ストレージをシリアライズする 2265
« SplObjectStorage::rewind SplObjectStorage::setInfo » PHP Manual SplObjectStorage ストレージをシ ... 例1 SplObjectStorage::serialize() の例 <?php $s = new SplObjectStorage ; $o = new StdClass ; $s [ $o ] = ...
https://man.plustar.jp/php/splobjectstorage.serialize.html - [similar]
Check to see if the object is the first instance system-wide of named shared mem... 2265
« SyncSharedMemory::__construct SyncSharedMemory::read » PHP Manual SyncSharedMemory Check to se ... 例1 SyncSharedMemory::first() example <?php $mem = new SyncSharedMemory ( "AppReportName" , 1024 ); if ( ... work here. } var_dump ( $mem -> first ()); $mem2 = new SyncSharedMemory ( "AppReportName" , 1024 ); var_d ...
https://man.plustar.jp/php/syncsharedmemory.first.html - [similar]
URLを組み立てる 2265
« Yaf_Route_Rewrite Yaf_Route_Rewrite::__construct » PHP Manual Yaf_Route_Rewrite URLを組み立てる ... 例 例1 Yaf_Route_Rewrite::assemble() の例 router = new Yaf_Router(); $route = new Yaf_Route_Rewrite( "/pr ...
https://man.plustar.jp/php/yaf-route-rewrite.assemble.html - [similar]
IteratorAggregate インターフェイス 2243
« Iterator::valid IteratorAggregate::getIterator » PHP Manual 定義済みのインターフェイスとクラス ... perty" ; } public function getIterator () { return new ArrayIterator ( $this ); } } $obj = new myData ; f ...
https://man.plustar.jp/php/class.iteratoraggregate.html - [similar]
The ZMQSocket class 2243
« ZMQContext::setOpt ZMQSocket::bind » PHP Manual 0MQ messaging The ZMQSocket class The ZMQSocke ... type , string $persistent_id = null , callable $on_new_socket = null ) public disconnect ( string $dsn ): ... ct the socket ZMQSocket::__construct — Construct a new ZMQSocket ZMQSocket::disconnect — Disconnect a soc ...
https://man.plustar.jp/php/class.zmqsocket.html - [similar]
クロージャを束縛して呼び出す 2243
« Closure::bindTo Closure::fromCallable » PHP Manual Closure クロージャを束縛して呼び出す Closur ... 束縛して呼び出す 説明 public Closure::call ( object $newThis , mixed ...$args ): mixed クロージャを一時的に ... newThis に束縛し、 指定したパラメータでそれを呼び出しま ... す。 パラメータ newThis この呼び出しの間だけクロージャを束縛するオブジ ... getValue () { return $this -> value ; } } $three = new Value ( 3 ); $four = new Value ( 4 ); $closure = f ...
https://man.plustar.jp/php/closure.call.html - [similar]