検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 1804 for クラス (1.421 sec.)
CallbackFilterIterator クラス 2648
« CachingIterator::valid CallbackFilterIterator::accept » PHP Manual イテレータ CallbackFilterIt ... erator クラス CallbackFilterIterator クラス (PHP 5 >= 5.4.0, PHP ... 7, PHP 8) はじめに クラス概要 class CallbackFilterIterator extends FilterIter ... 関連キーワード: public , CallbackFilterIterator , クラス , FilterIterator , valid , メソッド , キー , rewin ...
https://man.plustar.jp/php/class.callbackfilteriterator.html - [similar]
DateTimeZone クラス 2648
« DateTime::__wakeup DateTimeZone::__construct » PHP Manual Date/Time DateTimeZone クラス DateTi ... meZone クラス (PHP 5 >= 5.2.0, PHP 7, PHP 8) はじめに タイムゾー ... ンをあらわします。 クラス概要 class DateTimeZone { /* 定数 */ const int AFRIC ... 含む配列を返す 関連キーワード: DateTimeZone , int , クラス , public , array , string , ALL , construct , 定数 ...
https://man.plustar.jp/php/class.datetimezone.html - [similar]
DOMAttr クラス 2648
« 例 DOMAttr::__construct » PHP Manual DOM DOMAttr クラス DOMAttr クラス (PHP 5, PHP 7, PHP 8) は ... ttr は、 DOMElement オブジェクトの属性を表します。 クラス概要 class DOMAttr extends DOMNode { /* プロパティ * ... : public , DOMNode , string , readonly , DOMAttr , クラス , OMNode , 属性 , array , child ...
https://man.plustar.jp/php/class.domattr.html - [similar]
DOMDocumentType クラス 2648
« DOMDocumentFragment::__construct DOMElement » PHP Manual DOM DOMDocumentType クラス DOMDocumen ... tType クラス (PHP 5, PHP 7, PHP 8) はじめに 各 DOMDocument は d ... は null あるいは DOMDocumentType オブジェクトです。 クラス概要 class DOMDocumentType extends DOMNode { /* プロ ... , DOMNode , string , readonly , DOMDocumentType , クラス , OMNode , array , DOMNamedNodeMap , node ...
https://man.plustar.jp/php/class.domdocumenttype.html - [similar]
Serializable インターフェイス 2648
« ArrayAccess::offsetUnset Serializable::serialize » PHP Manual 定義済みのインターフェイスとクラス ... インターフェイスです。 このインターフェイスを実装したクラスは __sleep() や __wakeup() をサポートしなくなります。 ... 用を及ぼしません。 アンシリアライズされるときにはそのクラスが自動的に検知し、__construct() メソッドのかわりに適 ... _unserialize() がない状態で Serializable を実装したクラスに対しては、推奨されない警告が発生します。 インターフ ... erializable , メソッド , unserialize , serialize , クラス , string , コール , data , public , 実行 ...
https://man.plustar.jp/php/class.serializable.html - [similar]
SplFixedArray クラス 2648
« SplPriorityQueue::valid SplFixedArray::__construct » PHP Manual データ構造 SplFixedArray クラス ... SplFixedArray クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplFixedAr ... ray クラスは配列の主要な機能を提供します。 SplFixedArray と通常 ... り、標準の array よりメモリ消費が少なくて済みます。 クラス概要 class SplFixedArray implements IteratorAggregat ... 連キーワード: SplFixedArray , public , 配列 , int , クラス , 添字 , array , valid , サイズ , 実装 ...
https://man.plustar.jp/php/class.splfixedarray.html - [similar]
クライアントのエンコーディングを取得する 2648
« pg_cancel_query pg_close » PHP Manual PostgreSQL 関数 クライアントのエンコーディングを取得する ... ていました。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection が null , の場合、デフォ ... ージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待するようになりました。 これより前 ...
https://man.plustar.jp/php/function.pg-client-encoding.html - [similar]
新機能 2648
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... ]) { // $id と $name を使う処理をここに書きます } クラス定数のアクセス範囲指定 クラス定数のアクセス範囲を指定 ... クトを受け付けるようになります。 派生型に貸しては、子クラスのパラメータの型が、 親クラスの array や Traversable ... e に広げることができます。 戻り値の型に関しては、親クラスの iterable 型指定を子クラスで 配列あるいはオブジェク ... パイプ文字 ( | ) を使って指定します。 これは、異なるクラス階層に由来する異なる例外を同じように処理したい場合に ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
Phar アーカイブの使用法 2648
« 定義済み定数 Phar アーカイブの使用法: 導入 » PHP Manual Phar Phar アーカイブの使用法 Phar アー ... r ストリームラッパー Phar アーカイブの使用法: Phar クラスおよび PharData クラス 関連キーワード: Phar , アーカ ... イブ , 使用 , 導入 , クラス , 定義 , 定数 , phar , ストリームラッパー , PharDa ...
https://man.plustar.jp/php/phar.using.html - [similar]
短い名前を取得する 2648
« ReflectionClass::getReflectionConstants ReflectionClass::getStartLine » PHP Manual ReflectionC ... ass::getShortName (): string 名前空間部分を除いた、クラスの短い名前を取得します。 パラメータ この関数にはパラ ... メータはありません。 戻り値 クラスの短い名前を返します。 例 例1 ReflectionClass::getSh ... string(3) "Foo" 参考 ReflectionClass::getName() - クラスの名前を取得する 関連キーワード: 名前 , 取得 , Refle ... ctionClass , string , getShortName , クラス , Foo , stdClass , パラメータ , 出力 ...
https://man.plustar.jp/php/reflectionclass.getshortname.html - [similar]