検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 372 for private (0.027 sec.)
指定したオブジェクトのプロパティを取得する 3948
« get_mangled_object_vars get_parent_class » PHP Manual クラス/オブジェクト関数 指定したオブジェ ... 例 例1 get_object_vars() の使用例 <?php class foo { private $a ; public $b = 1 ; public $c ; private $d ; stat ...
https://man.plustar.jp/php/function.get-object-vars.html - [similar]
ファイルに署名する 3948
« openssl_cms_read openssl_cms_verify » PHP Manual OpenSSL 関数 ファイルに署名する openssl_cms_s ... ymmetricKey | OpenSSLCertificate | array | string $private_key , ? array $headers , int $flags = 0 , int $enc ... 覧については、 キー/証明書パラメータ を参照下さい。 private_key certificate に関連付けられた秘密鍵。 有効な値の ...
https://man.plustar.jp/php/function.openssl-cms-sign.html - [similar]
プロパティを取得する 3948
« ReflectionClass::getParentClass ReflectionClass::getProperty » PHP Manual ReflectionClass プロ ... この例では、オプションのパラメータ filter を使って private プロパティを読み飛ばします。 <?php class Foo { pub ... lic $foo = 1 ; protected $bar = 2 ; private $baz = 3 ; } $foo = new Foo (); $reflect = new Ref ...
https://man.plustar.jp/php/reflectionclass.getproperties.html - [similar]
SeekableIterator インターフェイス 3913
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... s MySeekableIterator implements SeekableIterator { private $position ; private $array = array( "first element ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
入力配列から単一のカラムの値を返す 3913
« array_chunk array_combine » PHP Manual 配列 関数 入力配列から単一のカラムの値を返す array_colu ... ic プロパティはそのまま取得できます。 protected や private なプロパティを取得したい場合は、そのクラスがマジッ ... 1 [1] => user 2 [2] => user 3 ) 例4 オブジェクトの private プロパティ "name" から、マジックメソッド __get() を ... 使って名前を取得する例 <?php class Person { private $name ; public function __construct ( string $name ...
https://man.plustar.jp/php/function.array-column.html - [similar]
その他の変更 3913
« 削除された拡張モジュールおよび SAPI PHP 5.5.x から PHP 5.6.x への移行 » PHP Manual PHP 5.6.x か ... た内部 DSL を作る際などに便利です。 <?php // 'new', 'private', 'for' は、これまでなら使うことができませんでした ... Project ::new( 'Project Name' )-> private ()-> for ( 'purpose here' )-> with ( 'username her ...
https://man.plustar.jp/php/migration70.other-changes.html - [similar]
定義済み定数 3913
« リソース型 runkit7 関数 » PHP Manual runkit7 定義済み定数 定義済み定数 以下の定数が定義されてい ... define() to make the method protected. RUNKIT7_ACC_PRIVATE ( int ) Flag for runkit7_method_add() and runkit7_ ... method_redefine() to make the method private. RUNKIT7_ACC_STATIC ( int ) Flag for runkit7_metho ...
https://man.plustar.jp/php/runkit7.constants.html - [similar]
リフレクション 3878
« unregister_tick_function はじめに » PHP Manual 変数・データ型関連 リフレクション リフレクション ... final かどうかを調べる ReflectionClassConstant::isPrivate — クラス定数がprivateかを調べる ReflectionClassCon ... メソッドであるかどうかを調べる ReflectionMethod::isPrivateprivate メソッドであるかどうかを調べる Reflectio ... 期化されているかをチェックする ReflectionProperty::isPrivateprivate プロパティであるかどうかを調べる Reflect ... eference クラス ReflectionReference::__construct — private なコンストラクタのため、直接インスタンス化できませ ...
https://man.plustar.jp/php/book.reflection.html - [similar]
ArrayAccess インターフェイス 3878
« Throwable::__toString ArrayAccess::offsetExists » PHP Manual 定義済みのインターフェイスとクラス ... 的な使用法 <?php class Obj implements ArrayAccess { private $container = array(); public function __construct ... e) string(7) "A value" obj Object ( [container:obj:private] => Array ( [one] => 1 [three] => 3 [two] => A val ...
https://man.plustar.jp/php/class.arrayaccess.html - [similar]
tidyNode クラス 3878
« tidy::root tidyNode::__construct » PHP Manual Tidy tidyNode クラス tidyNode クラス (PHP 5, PHP ... ; public readonly ? array $ child ; /* メソッド */ private __construct () public getParent (): ? tidyNode pub ... を表す tidyNode の配列 目次 tidyNode::__construct — Private constructor to disallow direct instantiation tidyN ...
https://man.plustar.jp/php/class.tidynode.html - [similar]