Results of 71 - 80 of about 100 for getType (0.071 sec.)
- リフレクションされた ReflectionClass を取得する。 5695
- « ReflectionParameter::getAttributes ReflectionParameter::getDeclaringClass » PHP Manual Reflect
...
て下さい。 それを取得するには、 ReflectionParameter::getType() を使います。 警告 この関数は、 現在のところ詳細な ...
-
https://man.plustar.jp/php/reflectionparameter.getclass.html
- [similar]
- 配列を受け取るパラメータであるかどうかを調べる 5695
- « ReflectionParameter::hasType ReflectionParameter::isCallable » PHP Manual ReflectionParameter
...
: bool { $reflectionType = $reflectionParameter -> getType (); if (! $reflectionType ) return false ; $types ...
nstanceof ReflectionUnionType ? $reflectionType -> getTypes () : [ $reflectionType ]; return in_array ( 'arra ...
-
https://man.plustar.jp/php/reflectionparameter.isarray.html
- [similar]
- パラメータが callable かどうかを返す 5695
- « ReflectionParameter::isArray ReflectionParameter::isDefaultValueAvailable » PHP Manual Reflect
...
: bool { $reflectionType = $reflectionParameter -> getType (); if (! $reflectionType ) return false ; $types ...
nstanceof ReflectionUnionType ? $reflectionType -> getTypes () : [ $reflectionType ]; return in_array ( 'call ...
-
https://man.plustar.jp/php/reflectionparameter.iscallable.html
- [similar]
- Phar クラス 5643
- « Phar のシグネチャの書式 Phar::addEmptyDir » PHP Manual Phar Phar クラス Phar クラス (PHP 5 >=
...
terator::getSize (): int public DirectoryIterator::getType (): string public DirectoryIterator::isDir (): boo ...
eInfo::getSize (): int | false public SplFileInfo::getType (): string | false public SplFileInfo::isDir (): b ...
-
https://man.plustar.jp/php/class.phar.html
- [similar]
- メッセージにフラグをセットする 5643
- « imap_setacl imap_sort » PHP Manual IMAP 関数 メッセージにフラグをセットする imap_setflag_full
...
_full ( $mbox , "2,5" , "\\Seen \\Flagged" ); echo gettype ( $status ) . "\n" ; echo $status . "\n" ; imap_cl ...
-
https://man.plustar.jp/php/function.imap-setflag-full.html
- [similar]
- カレンダーオブジェクトのコピーを取得する 5643
- « IntlDateFormatter::getTimeZoneId IntlDateFormatter::getTimeZone » PHP Manual IntlDateFormatter
...
matter -> getCalendarObject (); var_dump ( $cal -> getType (), $cal -> getTimeZone (), $cal -> getLocale ( Lo ...
-
https://man.plustar.jp/php/intldateformatter.getcalendarobject.html
- [similar]
- 下位互換性のない変更点 5643
- « 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x へ
...
なく TLSv1.0 または TLSv1.1 + TLSv1.2 となりました。 gettype() にクローズ済みのリソースを渡した際の戻り値 以前の ...
バージョンでは、 gettype() にクローズ済みのリソースを渡すと、 "unknown type ...
-
https://man.plustar.jp/php/migration72.incompatible.html
- [similar]
- ColumnResult のコンストラクタ 5643
- « mysql_xdevapi\ColumnResult ColumnResult::getCharacterSetName » PHP Manual mysql_xdevapi\Column
...
> getColumnLabel (); echo " is type " , $column -> getType (); echo " and is " , ( $column -> isNumberSigned ...
-
https://man.plustar.jp/php/mysql-xdevapi-columnresult.construct.html
- [similar]
- 値を取得する 5643
- « ReflectionProperty::getType ReflectionProperty::hasDefaultValue » PHP Manual ReflectionPropert
...
-
https://man.plustar.jp/php/reflectionproperty.getvalue.html
- [similar]
- 変数操作 5591
- « ReflectionException はじめに » PHP Manual 変数・データ型関連 変数操作 変数操作 はじめに インス
...
の識別子を返す get_resource_type — リソース型を返す gettype — 変数の型を取得する intval — 変数の整数としての値 ...
-
https://man.plustar.jp/php/book.var.html
- [similar]