検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 109 for stdClass (0.002 sec.)
クラスの名前を取得する 8286
« ReflectionClass::getModifiers ReflectionClass::getNamespaceName » PHP Manual ReflectionClass ク ... class Foo { } $function = new \ ReflectionClass ( 'stdClass' ); var_dump ( $function -> inNamespace ()); var_d ... の例の出力は以下となります。 bool(false) string(8) "stdClass" string(0) "" string(8) "stdClass" bool(true) stri ... string , getName , getNamespaceName , パラメータ , stdClass , Foo ...
https://man.plustar.jp/php/reflectionclass.getname.html - [similar]
名前空間の名前を取得する 8209
« ReflectionClass::getName ReflectionClass::getParentClass » PHP Manual ReflectionClass 名前空間 ... ; class Foo { } $class = new \ ReflectionClass ( 'stdClass' ); var_dump ( $class -> inNamespace ()); var_dump ... の例の出力は以下となります。 bool(false) string(8) "stdClass" string(0) "" string(8) "stdClass" bool(true) stri ... , getNamespaceName , getParentClass , パラメータ , stdClass , Foo , getName ...
https://man.plustar.jp/php/reflectionclass.getnamespacename.html - [similar]
短い名前を取得する 8209
« ReflectionClass::getReflectionConstants ReflectionClass::getStartLine » PHP Manual ReflectionC ... class Foo { } $function = new \ ReflectionClass ( 'stdClass' ); var_dump ( $function -> inNamespace ()); var_d ... の例の出力は以下となります。 bool(false) string(8) "stdClass" string(0) "" string(8) "stdClass" bool(true) stri ... tionClass , string , getShortName , クラス , Foo , stdClass , パラメータ , 出力 ...
https://man.plustar.jp/php/reflectionclass.getshortname.html - [similar]
名前空間内にあるかどうかを調べる 8057
« ReflectionClass::implementsInterface ReflectionClass::isAbstract » PHP Manual ReflectionClass ... class Foo { } $function = new \ ReflectionClass ( 'stdClass' ); var_dump ( $function -> inNamespace ()); var_d ... の例の出力は以下となります。 bool(false) string(8) "stdClass" string(0) "" string(8) "stdClass" bool(true) stri ... nClass , string , inNamespace , Foo , パラメータ , stdClass , 出力 , 名前 , getNamespaceName , 参考 ...
https://man.plustar.jp/php/reflectionclass.innamespace.html - [similar]
SplObjectStorage クラス 7891
« SplFixedArray::__wakeup SplObjectStorage::addAll » PHP Manual データ構造 SplObjectStorage クラ ... ェクトセット $s = new SplObjectStorage (); $o1 = new StdClass ; $o2 = new StdClass ; $o3 = new StdClass ; $s -> ... 対応させます $s = new SplObjectStorage (); $o1 = new StdClass ; $o2 = new StdClass ; $o3 = new StdClass ; $s [ $ ...
https://man.plustar.jp/php/class.splobjectstorage.html - [similar]
Return the ReadPreference for the Manager 7891
« MongoDB\Driver\Manager::getReadConcern MongoDB\Driver\Manager::getServers » PHP Manual MongoDB ... ndaryPreferred" ["tags"]=> array(3) { [0]=> object(stdClass)#3 (2) { ["dc"]=> string(2) "ny" ["rack"]=> string ... (1) "1" } [1]=> object(stdClass)#4 (1) { ["dc"]=> string(2) "ny" } [2]=> object(st ... ence , Return , the , string , getReadPreference , stdClass , パラメータ , mode ...
https://man.plustar.jp/php/mongodb-driver-manager.getreadpreference.html - [similar]
Returns the command document 7891
« MongoDB\Driver\Monitoring\CommandStartedEvent MongoDB\Driver\Monitoring\CommandStartedEvent::g ... on rules (e.g. BSON documents will be converted to stdClass ). パラメータ この関数にはパラメータはありません。 ... 戻り値 Returns the command document as a stdClass object. エラー / 例外 引数のパースに失敗した場合に ... g , CommandStartedEvent , getCommand , converted , stdClass , BSON ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandstartedevent.getcomm... - [similar]
Returns the command reply document 7815
« MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId MongoDB\Driver\Monitoring\Command ... on rules (e.g. BSON documents will be converted to stdClass ). パラメータ この関数にはパラメータはありません。 ... 戻り値 Returns the command reply document as a stdClass object. エラー / 例外 引数のパースに失敗した場合に ... ring , CommandFailedEvent , getReply , converted , stdClass ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandfailedevent.getreply... - [similar]
Returns the command reply document 7815
« MongoDB\Driver\Monitoring\CommandSucceededEvent::getOperationId MongoDB\Driver\Monitoring\Comm ... on rules (e.g. BSON documents will be converted to stdClass ). パラメータ この関数にはパラメータはありません。 ... 戻り値 Returns the command reply document as a stdClass object. エラー / 例外 引数のパースに失敗した場合に ... g , CommandSucceededEvent , getReply , converted , stdClass ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandsucceededevent.getre... - [similar]
Returns the heartbeat reply document 7815
« MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getPort MongoDB\Driver\Monitoring\Ser ... on rules (e.g. BSON documents will be converted to stdClass ). パラメータ この関数にはパラメータはありません。 ... 戻り値 Returns the heartbeat reply document as a stdClass object. エラー / 例外 引数のパースに失敗した場合に ... erHeartbeatSucceededEvent , getReply , converted , stdClass , BSON ...
https://man.plustar.jp/php/mongodb-driver-monitoring-serverheartbeatsucceededeve... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT