検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 1040 for [SIMILAR] 16 1024 4096 WITH 38779 dotnet WITH 48... (2.948 sec.)
名前空間の使用法: 基本編 0
« 同一ファイル内での複数の名前空間の定義 名前空間と動的言語機能 » PHP Manual 名前空間 名前空間の使用法: 基本編 名前空間の使用法: 基本編 (PHP 5 >= 5.3.0, PHP 7, PHP 8) 名前空間の使い方についてあれこれ言う前に、まずは PHP がどのようにしてコード中の要素の名前空間を知るのかを理解しておくこと ...
https://man.plustar.jp/php/language.namespaces.basics.html - [similar]
メソッドが宣言されているクラスを取得する 0
« ReflectionMethod::getClosure ReflectionMethod::getModifiers » PHP Manual ReflectionMethod メソッドが宣言されているクラスを取得する ReflectionMethod::getDeclaringClass (PHP 5, PHP 7, PHP 8) ReflectionMethod::getDeclaringClass — メソッドが宣言されているクラスを取得する 説明 public Reflec ...
https://man.plustar.jp/php/reflectionmethod.getdeclaringclass.html - [similar]
IntlDatePatternGenerator クラス 0
« IntlCodePointBreakIterator::getLastCodePoint IntlDatePatternGenerator::create » PHP Manual intl IntlDatePatternGenerator クラス IntlDatePatternGenerator クラス (PHP 8 >= 8.1.0) はじめに IntlDateFormatter で使われる、 地域化された 日付/時刻 のフォーマットパターン文字列を生成します。 クラ ...
https://man.plustar.jp/php/class.intldatepatterngenerator.html - [similar]
MemcachedException クラス 0
« Memcached::touchByKey mqseries » PHP Manual Memcached MemcachedException クラス MemcachedException クラス (PECL memcached >= 0.1.0) はじめに クラス概要 class MemcachedException extends RuntimeException { /* 継承したプロパティ */ protected string $ message = "" ; private string $ string ...
https://man.plustar.jp/php/class.memcachedexception.html - [similar]
DocResult クラス 0
« DatabaseObject::getSession DocResult::__construct » PHP Manual Mysql_xdevapi DocResult クラス DocResult クラス (PECL mysql-xdevapi >= 8.0.11) はじめに クラス概要 class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult , Traversable { /* メソッド */ public fetchAll (): array p ...
https://man.plustar.jp/php/class.mysql-xdevapi-docresult.html - [similar]
Statement クラス 0
« SqlStatementResult::nextResult Statement::__construct » PHP Manual Mysql_xdevapi Statement クラス Statement クラス (PECL mysql-xdevapi >= 8.0.11) はじめに クラス概要 class mysql_xdevapi\Statement { /* Constants */ const int EXECUTE_ASYNC = 1 ; const int BUFFERED = 2 ; /* メソッド */ pu ...
https://man.plustar.jp/php/class.mysql-xdevapi-statement.html - [similar]
mysqli_warning クラス 0
« mysqli_driver::$report_mode mysqli_warning::__construct » PHP Manual MySQLi mysqli_warning クラス mysqli_warning クラス (PHP 5, PHP 7, PHP 8) はじめに MySQL の警告を表します。 クラス概要 final class mysqli_warning { /* プロパティ */ public string $ message ; public string $ sqlstate ; ...
https://man.plustar.jp/php/class.mysqli-warning.html - [similar]
クラスのデフォルトプロパティを取得する 0
« get_class_methods get_class » PHP Manual クラス/オブジェクト関数 クラスのデフォルトプロパティを取得する get_class_vars (PHP 4, PHP 5, PHP 7, PHP 8) get_class_vars — クラスのデフォルトプロパティを取得する 説明 get_class_vars ( string $class ): array 指定したクラスのデフォルトプロパティを ...
https://man.plustar.jp/php/function.get-class-vars.html - [similar]
実行時にクラスを継承させる 0
« uopz_delete uopz_flags » PHP Manual Uopz 関数 実行時にクラスを継承させる uopz_extend (PECL uopz 1, PECL uopz 2, PECL uopz 5, PECL uopz 6, PECL uopz 7 < 7.1.0) uopz_extend — 実行時にクラスを継承させる 説明 uopz_extend ( string $class , string $parent ): bool class に parent を継承させま ...
https://man.plustar.jp/php/function.uopz-extend.html - [similar]
finalキーワード 0
« マジックメソッド オブジェクトのクローン作成 » PHP Manual クラスとオブジェクト finalキーワード finalキーワード キーワード final を前に付けて定義されたメソッドや定数は、子クラスから上書きできません。 クラス自体がfinalと定義された場合には、このクラスを拡張することはできません。 例1 finalメ ...
https://man.plustar.jp/php/language.oop5.final.html - [similar]