検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 448 for [SIMILAR] 16 1024 4096 WITH 34454 getdispatcher ... (0.591 sec.)
クラスの抽象化 0
« static キーワード オブジェクト インターフェイス » PHP Manual クラスとオブジェクト クラスの抽象化 クラスの抽象化 PHP には、抽象クラスと抽象メソッドの機能があります。 abstract として定義されたクラスのインスタンスを生成することはできません。 1つ以上の抽象メソッドを含む全てのクラスもまた抽 ...
https://man.plustar.jp/php/language.oop5.abstract.html - [similar]
ReflectionProperty オブジェクトを作成する 0
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty ReflectionProperty オブジェクトを作成する ReflectionProperty::__construct (PHP 5, PHP 7, PHP 8) ReflectionProperty::__construct — ReflectionProperty オブジェクトを作成する 説明 public ReflectionPrope ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
CURLStringFile クラス 0
« CURLFile::setPostFilename CURLStringFile::__construct » PHP Manual cURL CURLStringFile クラス CURLStringFile クラス (PHP 8 >= 8.1.0) はじめに CURLStringFile を使うと、 ファイルのアップロードを変数を使って直接行うことができます。 このクラスは CURLFile に似ていますが、ファイル名ではなく、 ...
https://man.plustar.jp/php/class.curlstringfile.html - [similar]
Register namespace with searching path 0
« Yaf_Loader::registerLocalNamespace Yaf_Loader::setLibraryPath » PHP Manual Yaf_Loader Register namespace with searching path Yaf_Loader::registerNamespace (Yaf >=3.2.0) Yaf_Loader::registerNamespace — Register namespace with searching path 説明 public Yaf_Loader::registerNamespace ( st ...
https://man.plustar.jp/php/yaf-loader.registernamespace.html - [similar]
Yaf_Session クラス 0
« Yaf_Route_Supervar::route Yaf_Session::__construct » PHP Manual Yaf Yaf_Session クラス Yaf_Session クラス (Yaf >=1.0.0) はじめに クラス概要 class Yaf_Session implements Iterator , ArrayAccess , Countable { /* プロパティ */ protected static $ _instance ; protected $ _session ; protected ...
https://man.plustar.jp/php/class.yaf-session.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
« ReflectionMethod::isStatic ReflectionMethod::__toString » PHP Manual ReflectionMethod メソッドのアクセス範囲を設定する ReflectionMethod::setAccessible (PHP 5 >= 5.3.2, PHP 7, PHP 8) ReflectionMethod::setAccessible — メソッドのアクセス範囲を設定する 説明 public ReflectionMethod::setAcce ...
https://man.plustar.jp/php/reflectionmethod.setaccessible.html - [similar]
プロパティのアクセス範囲を設定する 0
« ReflectionProperty::isStatic ReflectionProperty::setValue » PHP Manual ReflectionProperty プロパティのアクセス範囲を設定する ReflectionProperty::setAccessible (PHP 5 >= 5.3.0, PHP 7, PHP 8) ReflectionProperty::setAccessible — プロパティのアクセス範囲を設定する 説明 public ReflectionPro ...
https://man.plustar.jp/php/reflectionproperty.setaccessible.html - [similar]
Key Callback 0
« UI\Area::onDraw UI\Area::onMouse » PHP Manual UI\Area Key Callback UI\Area::onKey (UI 0.9.9) UI\Area::onKey — Key Callback 説明 protected UI\Area::onKey ( string $key , int $ext , int $flags ) Shall be executed on key events パラメータ key The key pressed ext The extended key pressed f ...
https://man.plustar.jp/php/ui-area.onkey.html - [similar]
Mouse Callback 0
« UI\Area::onKey UI\Area::redraw » PHP Manual UI\Area Mouse Callback UI\Area::onMouse (UI 0.9.9) UI\Area::onMouse — Mouse Callback 説明 protected UI\Area::onMouse ( UI\Point $areaPoint , UI\Size $areaSize , int $flags ) Shall be executed on mouse events パラメータ areaPoint The co-ordina ...
https://man.plustar.jp/php/ui-area.onmouse.html - [similar]