Results of 1 - 10 of about 100 for gettype (0.001 sec.)
- 引数の型を取得する 10909
- « ReflectionParameter::getPosition ReflectionParameter::hasType » PHP Manual ReflectionParameter
...
引数の型を取得する ReflectionParameter::getType (PHP 7, PHP 8) ReflectionParameter::getType — 引数 ...
の型を取得する 説明 public ReflectionParameter::getType (): ? ReflectionType 引数の型を取得します。 パラメ ...
す。 例 例1 PHP 7.1.0 以降での ReflectionParameter::getType() の使い方 PHP 7.1.0 以降では、 ReflectionType::__ ...
() が推奨されなくなったので、 ReflectionParameter::getType() は ReflectionNamedType を返す 可能性があります 。 ...
-
https://man.plustar.jp/php/reflectionparameter.gettype.html
- [similar]
- The MongoDB\Driver\ServerDescription class 10467
- « MongoDB\Driver\Server::isSecondary MongoDB\Driver\ServerDescription::getHelloResponse » PHP Ma
...
final public getRoundTripTime (): int final public getType (): string } 定義済み定数 MongoDB\Driver\ServerDes ...
ype, returned by MongoDB\Driver\ServerDescription::getType() . MongoDB\Driver\ServerDescription::TYPE_STANDAL ...
ype, returned by MongoDB\Driver\ServerDescription::getType() . MongoDB\Driver\ServerDescription::TYPE_MONGOS ...
ype, returned by MongoDB\Driver\ServerDescription::getType() . MongoDB\Driver\ServerDescription::TYPE_POSSIBL ...
-
https://man.plustar.jp/php/class.mongodb-driver-serverdescription.html
- [similar]
- The MongoDB\Driver\TopologyDescription class 10233
- « MongoDB\Driver\ServerDescription::getType MongoDB\Driver\TopologyDescription::getServers » PHP
...
*/ final public getServers (): array final public getType (): string final public hasReadableServer ( ? Mong ...
e, returned by MongoDB\Driver\TopologyDescription::getType() . MongoDB\Driver\TopologyDescription::TYPE_SINGL ...
), returned by MongoDB\Driver\TopologyDescription::getType() . MongoDB\Driver\TopologyDescription::TYPE_SHARD ...
r, returned by MongoDB\Driver\TopologyDescription::getType() . MongoDB\Driver\TopologyDescription::TYPE_REPLI ...
-
https://man.plustar.jp/php/class.mongodb-driver-topologydescription.html
- [similar]
- The MongoDB\Driver\Server class 9596
- « MongoDB\Driver\CursorInterface::toArray MongoDB\Driver\Server::__construct » PHP Manual MongoD
...
iption final public getTags (): array final public getType (): int final public isArbiter (): bool final publ ...
wn server type, returned by MongoDB\Driver\Server::getType() . MongoDB\Driver\Server::TYPE_STANDALONE Standal ...
ne server type, returned by MongoDB\Driver\Server::getType() . MongoDB\Driver\Server::TYPE_MONGOS Mongos serv ...
er type, returned by MongoDB\Driver\Server::getType() . MongoDB\Driver\Server::TYPE_POSSIBLE_PRIMARY R ...
-
https://man.plustar.jp/php/class.mongodb-driver-server.html
- [similar]
- Retrieve exception's type 9401
- « Yar_Client_Exception XML-RPC » PHP Manual Yar_Client_Exception Retrieve exception's type Yar_C
...
lient_Exception::getType (PECL yar >= 1.0.0) Yar_Client_Exception::getType ...
exception's type 説明 public Yar_Client_Exception::getType (): string パラメータ この関数にはパラメータはあり ...
r_Exception_Client" . 例 例1 Yar_Client_Exception::getType() example <?php /* ... */ ?> 上の例の出力は、 たと ...
下のようになります。 ... 参考 Yaf_Server_Exception::getType() 関連キーワード: Exception , Retrieve , type , ex ...
-
https://man.plustar.jp/php/yar-client-exception.gettype.html
- [similar]
- ファイルタイプを取得する 9349
- « SplFileInfo::getSize SplFileInfo::isDir » PHP Manual SplFileInfo ファイルタイプを取得する SplF
...
ileInfo::getType (PHP 5 >= 5.1.2, PHP 7, PHP 8) SplFileInfo::getTyp ...
ファイルタイプを取得する 説明 public SplFileInfo::getType (): string | false 参照するファイルの型を返します。 ...
timeException をスローします。 例 例1 SplFileInfo::getType() の例 <?php $info = new SplFileInfo ( __FILE__ ); ...
echo $info -> getType (). PHP_EOL ; $info = new SplFileInfo ( dirname ( ...
-
https://man.plustar.jp/php/splfileinfo.gettype.html
- [similar]
- Returns the Binary's type 9063
- « MongoDB\BSON\Binary::getData MongoDB\BSON\Binary::jsonSerialize » PHP Manual MongoDB\BSON\Bina
...
ry Returns the Binary's type MongoDB\BSON\Binary::getType (mongodb >=1.0.0) MongoDB\BSON\Binary::getType — R ...
nary's type 説明 final public MongoDB\BSON\Binary::getType (): int パラメータ この関数にはパラメータはありませ ...
ption をスローします。 例 例1 MongoDB\BSON\Binary::getType() example <?php $binary = new MongoDB \ BSON \ Bin ...
\ Binary :: TYPE_GENERIC ); var_dump ( $binary -> getType ()); ?> 上の例の出力は以下となります。 int(0) 参考 ...
-
https://man.plustar.jp/php/mongodb-bson-binary.gettype.html
- [similar]
- カレンダーのタイプを取得する 8959
- « IntlCalendar::getTimeZone IntlCalendar::getWeekendTransition » PHP Manual IntlCalendar カレンダ
...
ーのタイプを取得する IntlCalendar::getType (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) In ...
tlCalendar::getType — カレンダーのタイプを取得する 説明 オブジェクト指 ...
向型 public IntlCalendar::getType (): string 手続き型 intlcal_get_type ( IntlCalenda ...
'islamic' のようなものです。 例 例1 IntlCalendar::getType() <?php ini_set ( 'date.timezone' , 'Europe/Lisbon ...
-
https://man.plustar.jp/php/intlcalendar.gettype.html
- [similar]
- Returns the BinaryInterface's type 8868
- « MongoDB\BSON\BinaryInterface::getData MongoDB\BSON\BinaryInterface::__toString » PHP Manual Mo
...
naryInterface's type MongoDB\BSON\BinaryInterface::getType (mongodb >=1.3.0) MongoDB\BSON\BinaryInterface::ge ...
説明 abstract public MongoDB\BSON\BinaryInterface::getType (): int パラメータ この関数にはパラメータはありませ ...
BinaryInterface's type. 参考 MongoDB\BSON\Binary::getType() - Returns the Binary's type 関連キーワード: Retu ...
rns , type , BSON , the , s , getType , パラメータ , getData , toString , public ...
-
https://man.plustar.jp/php/mongodb-bson-binaryinterface.gettype.html
- [similar]
- プロパティの型を取得する 8764
- « ReflectionProperty::getName ReflectionProperty::getValue » PHP Manual ReflectionProperty プロパ
...
ティの型を取得する ReflectionProperty::getType (PHP 7 >= 7.4.0, PHP 8) ReflectionProperty::getTyp ...
パティの型を取得する 説明 public ReflectionProperty::getType (): ? ReflectionType プロパティに関連付けられた型を ...
れば、 null を返します。 例 例1 ReflectionProperty::getType() の例 <?php class User { public string $name ; } ...
eflectionProperty ( 'User' , 'name' ); echo $rp -> getType ()-> getName (); ?> 上の例の出力は以下となります。 ...
-
https://man.plustar.jp/php/reflectionproperty.gettype.html
- [similar]