検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 249 for [SIMILAR] 16 1024 4096 WITH 16502 ーエ WITH 1110... (0.234 sec.)
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 OPcache 設定オプション 名前 デフォルト 変更可能 変更履歴 opcache.enable "1" PHP_INI_ALL opcache.enable_cli "0" PHP_INI_SYSTEM PHP 7.1.2 と 7.1.6 の間では、デフォルトは ...
https://man.plustar.jp/php/opcache.configuration.html - [similar]
クラス/オブジェクトの情報 0
« usort はじめに » PHP Manual 変数・データ型関連 クラス/オブジェクトの情報 クラス/オブジェクトの情報 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 クラス/オブジェクト関数 __autoload — 未定義のクラスのロードを試みる class_alias — クラスのエイリアス ...
https://man.plustar.jp/php/book.classobj.html - [similar]
Iterator インターフェイス 0
« Traversable Iterator::current » PHP Manual 定義済みのインターフェイスとクラス Iterator インターフェイス Iterator インターフェイス (PHP 5, PHP 7, PHP 8) はじめに 外部のイテレータあるいはオブジェクト自身から反復処理を行うためのインターフェイスです。 インターフェイス概要 interface Iterato ...
https://man.plustar.jp/php/class.iterator.html - [similar]
ReflectionEnum クラス 0
« ReflectionClassConstant::__toString ReflectionEnum::__construct » PHP Manual リフレクション ReflectionEnum クラス ReflectionEnum クラス (PHP 8 >= 8.1.0) はじめに ReflectionEnum クラスは、 列挙型に関する情報を報告します。 クラス概要 class ReflectionEnum extends ReflectionClass { /* 継承 ...
https://man.plustar.jp/php/class.reflectionenum.html - [similar]
オブジェクトの親クラスの名前を取得する 0
« get_object_vars interface_exists » PHP Manual クラス/オブジェクト関数 オブジェクトの親クラスの名前を取得する get_parent_class (PHP 4, PHP 5, PHP 7, PHP 8) get_parent_class — オブジェクトの親クラスの名前を取得する 説明 get_parent_class ( object | string $object_or_class = ? ): string | ...
https://man.plustar.jp/php/function.get-parent-class.html - [similar]
オブジェクトがこのクラスのものであるか、このクラスをその親クラスのひとつとしてい... 0
« interface_exists is_subclass_of » PHP Manual クラス/オブジェクト関数 オブジェクトがこのクラスのものであるか、このクラスをその親クラスのひとつとしているかどうかを調べる is_a (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) is_a — オブジェクトがこのクラスのものであるか、このクラスをその親クラスのひ ...
https://man.plustar.jp/php/function.is-a.html - [similar]
ソケットのオプションを取得する 0
« socket_export_stream socket_getopt » PHP Manual ソケット 関数 ソケットのオプションを取得する socket_get_option (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) socket_get_option — ソケットのオプションを取得する 説明 socket_get_option ( Socket $socket , int $level , int $option ): array | int | fa ...
https://man.plustar.jp/php/function.socket-get-option.html - [similar]
無名クラス 0
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
クラスのオートローディング 0
« オブジェクト定数 コンストラクタとデストラクタ » PHP Manual クラスとオブジェクト クラスのオートローディング クラスのオートローディング オブジェクト指向アプリケーションを作成する開発者の多くは、 クラス定義毎に一つのPHPソースファイルを作成します。 最大の問題は、各スクリプトの先頭に、必要な ...
https://man.plustar.jp/php/language.oop5.autoload.html - [similar]
アトリビュートを取得する 0
« ReflectionClass::export ReflectionClass::getConstant » PHP Manual ReflectionClass アトリビュートを取得する ReflectionClass::getAttributes (PHP 8) ReflectionClass::getAttributes — アトリビュートを取得する 説明 public ReflectionClass::getAttributes ( ? string $name = null , int $flags = ...
https://man.plustar.jp/php/reflectionclass.getattributes.html - [similar]