検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 1804 for クラス (0.009 sec.)
dotnet クラス 3837
« com::__construct dotnet::__construct » PHP Manual COM dotnet クラス dotnet クラス (PHP 4 >= 4. ... 1.0, PHP 5, PHP 7, PHP 8) はじめに dotnet クラスにより、 クラスやメソッドが » COM に見えている場合 、 ... .Net アセンブリからクラスを生成して そのメソッドをコールしたりプロパティにアク ... セスしたりできるようになります。 staticクラス をインスタンス化したり、staticメソッド を呼び出すこ ... ystem.Collections.Generic.List のようなジェネリッククラスをインスタンスすることもサポートしていません。 .Net ...
https://man.plustar.jp/php/class.dotnet.html - [similar]
スコープ定義演算子 (::) 3837
« オブジェクトの継承 static キーワード » PHP Manual クラスとオブジェクト スコープ定義演算子 (::) ... ひとつです。 static , 定数 およびオーバーライドされたクラスのプロパティやメソッドにアクセスすることができます。 ... これらの要素をクラス定義の外から参照する際には、 クラスの名前を使用してく ... ださい。 変数を用いてクラスを参照することも可能です。 変数の値に ( self や pare ... 、実はダブルコロンを意味するヘブライ語なのです! 例1 クラス定義の外からの :: <?php class MyClass { const CONST_ ...
https://man.plustar.jp/php/language.oop5.paamayim-nekudotayim.html - [similar]
クラス定数がprivateかを調べる 3837
« ReflectionClassConstant::isFinal ReflectionClassConstant::isProtected » PHP Manual ReflectionC ... lassConstant クラス定数がprivateかを調べる ReflectionClassConstant::isP ... 7.1.0, PHP 8) ReflectionClassConstant::isPrivate — クラス定数がprivateかを調べる 説明 public ReflectionClassC ... onstant::isPrivate (): bool クラス定数がprivateかを調べます。 パラメータ この関数にはパ ... ラメータはありません。 戻り値 クラス定数が private なら true を返します。 そうでないなら ...
https://man.plustar.jp/php/reflectionclassconstant.isprivate.html - [similar]
クラス定数が protected かを調べる 3837
« ReflectionClassConstant::isPrivate ReflectionClassConstant::isPublic » PHP Manual ReflectionCl ... assConstant クラス定数が protected かを調べる ReflectionClassConstant: ... 1.0, PHP 8) ReflectionClassConstant::isProtected — クラス定数が protected かを調べる 説明 public ReflectionCl ... assConstant::isProtected (): bool クラス定数が protected かを調べます。 パラメータ この関数に ... はパラメータはありません。 戻り値 クラス定数が protected なら true を返します。 そうでなけれ ...
https://man.plustar.jp/php/reflectionclassconstant.isprotected.html - [similar]
クラス定数が public かを調べる 3837
« ReflectionClassConstant::isProtected ReflectionClassConstant::__toString » PHP Manual Reflecti ... onClassConstant クラス定数が public かを調べる ReflectionClassConstant::is ... 7.1.0, PHP 8) ReflectionClassConstant::isPublic — クラス定数が public かを調べる 説明 public ReflectionClass ... Constant::isPublic (): bool クラス定数が public かを調べます。 パラメータ この関数には ... パラメータはありません。 戻り値 クラス定数が public なら true を返します。 そうでないなら、 ...
https://man.plustar.jp/php/reflectionclassconstant.ispublic.html - [similar]
Mysql_xdevapi 3828
« 変更履歴 はじめに » PHP Manual MySQL Mysql_xdevapi Mysql_xdevapi はじめに インストール/設定 要 ... ーバに接続する mysql_xdevapi\BaseResult — BaseResult クラス BaseResult::getWarnings — 直近の操作の警告を取得す ... 告の数を取得する mysql_xdevapi\Client — クライアントクラス mysql_xdevapi\Client::close — クライアントの接続を ... ョンを取得する mysql_xdevapi\Collection — Collection クラス Collection::add — コレクションにドキュメントを追加 ... き換える mysql_xdevapi\CollectionAdd — CollectionAdd クラス CollectionAdd::__construct — CollectionAdd のコンス ...
https://man.plustar.jp/php/book.mysql-xdevapi.html - [similar]
クラス定数が final かどうかを調べる 3823
« ReflectionClassConstant::getValue ReflectionClassConstant::isPrivate » PHP Manual ReflectionCl ... assConstant クラス定数が final かどうかを調べる ReflectionClassConstan ... PHP 8 >= 8.1.0) ReflectionClassConstant::isFinal — クラス定数が final かどうかを調べる 説明 public Reflection ... ClassConstant::isFinal (): bool クラス定数が final かどうかを調べます。 パラメータ この関数 ... にはパラメータはありません。 戻り値 クラス定数が final の場合、 true を返します。 そうでない場 ...
https://man.plustar.jp/php/reflectionclassconstant.isfinal.html - [similar]
圧縮およびアーカイブ 3823
« readline Bzip2 » PHP Manual 関数リファレンス 圧縮およびアーカイブ 圧縮およびアーカイブ Bzip2 は ... phar って、tar や zip とは何が違うの? Phar — Phar クラス PharData — PharData クラス PharFileInfo — PharFile ... Info クラス PharException — PharException クラス Rar — Rar アー ... 定 定義済み定数 例 Rar 関数 RarArchive — RarArchive クラス RarEntry — The RarEntry class RarException — RarEx ... ception クラス Zip はじめに インストール/設定 定義済み定数 例 Zip ...
https://man.plustar.jp/php/refs.compression.html - [similar]
サブクラスであるかどうかを調べる 3744
« ReflectionClass::isIterateable ReflectionClass::isTrait » PHP Manual ReflectionClass サブクラス ... PHP 7, PHP 8) ReflectionClass::isSubclassOf — サブクラスであるかどうかを調べる 説明 public ReflectionClass:: ... ( ReflectionClass | string $class ): bool 指定したクラスを継承している、あるいは指定したインターフェイスを実 ... ているかどうかを調べます。 パラメータ class 調べたいクラス名の string または、 ReflectionClass のオブジェクト ... 返します。 参考 ReflectionClass::isInterface() - このクラスがインターフェイスであるかどうかを調べる ReflectionC ...
https://man.plustar.jp/php/reflectionclass.issubclassof.html - [similar]
指定した引数でクラスの新しいインスタンスを作成する 3729
« ReflectionClass::isUserDefined ReflectionClass::newInstanceArgs » PHP Manual ReflectionClass 指 ... 定した引数でクラスの新しいインスタンスを作成する ReflectionClass::newI ... HP 8) ReflectionClass::newInstance — 指定した引数でクラスの新しいインスタンスを作成する 説明 public Reflectio ... nClass::newInstance ( mixed ...$args ): object クラスの新しいインスタンスを作成します。指定した引数をクラ ... 引数を受け付け、それを call_user_func() と同じ方式でクラスのコンストラクタに渡します。 戻り値 エラー / 例外 コ ...
https://man.plustar.jp/php/reflectionclass.newinstance.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT