検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 261 for protected (0.012 sec.)
SplHeap クラス 3936
« SplQueue::setIteratorMode SplHeap::compare » PHP Manual データ構造 SplHeap クラス SplHeap クラ ... p implements Iterator , Countable { /* メソッド */ protected compare ( mixed $value1 , mixed $value2 ): int pub ...
https://man.plustar.jp/php/class.splheap.html - [similar]
Yaf_Config_Simple クラス 3936
« Yaf_Config_Ini::valid Yaf_Config_Simple::__construct » PHP Manual Yaf Yaf_Config_Simple クラス ... rator , ArrayAccess , Countable { /* プロパティ */ protected $ _readonly ; /* メソッド */ public __construct ( ...
https://man.plustar.jp/php/class.yaf-config-simple.html - [similar]
新機能 3936
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... IC_CONST_A = 1 ; public const PUBLIC_CONST_B = 2 ; protected const PROTECTED_CONST = 3 ; private const PRIVATE_ ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
拡張 3936
« 例 Reflection » PHP Manual リフレクション 拡張 拡張 組み込みクラスの特別なバージョンを作成した ... ifiers ()); } } /** * デモクラス #1 * */ class T { protected function x () {} } /** * デモクラス #2 * */ class ...
https://man.plustar.jp/php/reflection.extending.html - [similar]
クラス定数を取得する 3936
« ReflectionClass::getReflectionConstant ReflectionClass::getShortName » PHP Manual ReflectionCl ... ts() の例 <?php class Foo { public const FOO = 1 ; protected const BAR = 2 ; private const BAZ = 3 ; } $foo = n ...
https://man.plustar.jp/php/reflectionclass.getreflectionconstants.html - [similar]
メソッドが定義されているかどうかを調べる 3936
« ReflectionClass::hasConstant ReflectionClass::hasProperty » PHP Manual ReflectionClass メソッド ... C { public function publicFoo () { return true ; } protected function protectedFoo () { return true ; } private ... d ( 'publicFoo' )); var_dump ( $rc -> hasMethod ( 'protectedFoo' )); var_dump ( $rc -> hasMethod ( 'privateFoo' ...
https://man.plustar.jp/php/reflectionclass.hasmethod.html - [similar]
プロパティが初期化されているかをチェックする 3936
« ReflectionProperty::isDefault ReflectionProperty::isPrivate » PHP Manual ReflectionProperty プ ... ます。 ReflectionProperty::setAccessible() を使えば、protected や private なプロパティをアクセス可能にすることが出 ...
https://man.plustar.jp/php/reflectionproperty.isinitialized.html - [similar]
キーワードのリスト 3936
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... atch (PHP 8.0 以降) namespace new or print private protected public readonly (PHP 8.1.0 以降) * require require ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
要素を比較し、ヒープ内の適切な位置に置く 3936
« SplHeap SplHeap::count » PHP Manual SplHeap 要素を比較し、ヒープ内の適切な位置に置く SplHeap:: ... re — 要素を比較し、ヒープ内の適切な位置に置く 説明 protected SplHeap::compare ( mixed $value1 , mixed $value2 ) ...
https://man.plustar.jp/php/splheap.compare.html - [similar]
アクションのエントリポイント 3936
« Yaf_Action_Abstract Yaf_Action_Abstract::getController » PHP Manual Yaf_Action_Abstract アクシ ... roductController extends Yaf_Controller_Abstract { protected $actions = array( "index" => "actions/Index.php" , ...
https://man.plustar.jp/php/yaf-action-abstract.execute.html - [similar]