検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 2650 for 上の (0.072 sec.)
プロパティのドキュメントコメントを取得する 2602
« ReflectionProperty::getDefaultValue ReflectionProperty::getModifiers » PHP Manual ReflectionPr ... ngth' ); var_dump ( $prop -> getDocComment ()); ?> 上の例の出力は、 たとえば以下のようになります。 string(5 ... perty -> getDocComment (), true ) . PHP_EOL ; } ?> 上の例の出力は以下となります。 a: '/** @var string */' b ...
https://man.plustar.jp/php/reflectionproperty.getdoccomment.html - [similar]
行番号を取得する 2602
« SplFileObject::hasChildren SplFileObject::next » PHP Manual SplFileObject 行番号を取得する Spl ... ine ) { echo $file -> key () . ". " . $line ; } ?> 上の例の出力は、 たとえば以下のようになります。 0. Lorem ... echo $file -> key () . ". " . $line . "\n" ; } ?> 上の例の出力は、 たとえば以下のようになります。 0. Lorem ...
https://man.plustar.jp/php/splfileobject.key.html - [similar]
例外のスローのオン/オフを切り替える 2602
« Yaf_Dispatcher::setView Yaf_Config_Abstract » PHP Manual Yaf_Dispatcher 例外のスローのオン/オフ ... ption $e ) { var_dump ( $e -> getMessage ()); } ?> 上の例の出力は、 たとえば以下のようになります。 string(5 ... ()-> throwException ( false ); $app -> run (); ?> 上の例の出力は、 たとえば以下のようになります。 PHP Catc ...
https://man.plustar.jp/php/yaf-dispatcher.throwexception.html - [similar]
The __construct purpose 2602
« Yaf_Route_Map::assemble Yaf_Route_Map::route » PHP Manual Yaf_Route_Map The __construct purpos ... ()-> addRoute ( "name" , new Yaf_Route_Map ()); ?> 上の例の出力は、 たとえば以下のようになります。 /* http: ... e ( "name" , new Yaf_Route_Map ( true , "_" )); ?> 上の例の出力は、 たとえば以下のようになります。 /* http: ...
https://man.plustar.jp/php/yaf-route-map.construct.html - [similar]
Gets the data associated with a node synchronously 2602
« Zookeeper::exists Zookeeper::getAcl » PHP Manual Zookeeper Gets the data associated with a nod ... $path ); if ( $r ) echo $r ; else echo 'ERR' ; ?> 上の例の出力は以下となります。 nodevalue 例2 Zookeeper:: ... t ( $path , null , $stat ); var_dump ( $stat ); ?> 上の例の出力は以下となります。 array(11) { ["czxid"]=> f ...
https://man.plustar.jp/php/zookeeper.get.html - [similar]
AppendIterator を作成する 2535
« AppendIterator::append AppendIterator::current » PHP Manual AppendIterator AppendIterator を作 ... em ) { echo $key . ' => ' . $item . PHP_EOL ; } ?> 上の例の出力は以下となります。 0 => Margarita 1 => Sicil ... nt (), PHP_EOL ); $appendIterator -> next (); } ?> 上の例の出力は以下となります。 0 => 0 => Margarita 0 => ...
https://man.plustar.jp/php/appenditerator.construct.html - [similar]
LimitIterator クラス 2535
« IteratorIterator::valid LimitIterator::__construct » PHP Manual イテレータ LimitIterator クラス ... 8) はじめに LimitIterator クラスは、ある Iterator 上の限られたサブセットに対する反復処理を行います。 クラス ... uits , 2 ) as $fruit ) { var_dump ( $fruit ); } ?> 上の例の出力は以下となります。 string(5) "apple" string( ...
https://man.plustar.jp/php/class.limititerator.html - [similar]
The MongoDB\Driver\ServerApi class 2535
« MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual ... ay ()[ 0 ]; echo $buildInfo -> version , "\n" ; ?> 上の例の出力は以下となります。 4.9.0-alpha7-49-gb968ca0 ... ay ()[ 0 ]; echo $buildInfo -> version , "\n" ; ?> 上の例の出力は以下となります。 Provided apiStrict:true, ...
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html - [similar]
SSL コンテキストオプションの一覧 2535
« FTP コンテキストオプション CURL コンテキストオプション » PHP Manual コンテキストオプションとパ ... false です。 cafile string ローカルファイルシステム上の証明書ファイルの場所。 verify_peer オプションでリモー ... る必要があります。 local_cert string ファイルシステム上のローカル証明書ファイルのパス。 あなたの証明書とプライ ... も可能です。 local_pk string ローカルファイルシステム上のプライベートキーファイルの場所。 証明書 ( local_cert ...
https://man.plustar.jp/php/context.ssl.html - [similar]
タイムスタンプを変更した新しいオブジェクトを作る 2535
« DateTimeImmutable::getLastErrors DateTimeImmutable::__set_state » PHP Manual DateTimeImmutable ... +1 day' ); echo $newDate -> format ( 'Y-m-d' ); ?> 上の例の出力は以下となります。 2006-12-13 例2 月の加減算 ... ; echo $newDate2 -> format ( 'Y-m-d' ) . "\n" ; ?> 上の例の出力は以下となります。 2001-01-31 2001-03-03 参考 ...
https://man.plustar.jp/php/datetimeimmutable.modify.html - [similar]