検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 261 for protected (0.454 sec.)
入力配列から単一のカラムの値を返す 3808
« array_chunk array_combine » PHP Manual 配列 関数 入力配列から単一のカラムの値を返す array_colu ... た場合は、public プロパティはそのまま取得できます。 protected や private なプロパティを取得したい場合は、そのクラ ...
https://man.plustar.jp/php/function.array-column.html - [similar]
コンパクト、かつ保存可能な値のバイナリ表現を生成する 3808
« Igbinary 関数 igbinary_unserialize » PHP Manual Igbinary 関数 コンパクト、かつ保存可能な値のバ ... ンバは、 メンバの名前の前にクラス名が付加されます。 protected なメンバは、 メンバ名の前に '*' が付加されます。 こ ...
https://man.plustar.jp/php/function.igbinary-serialize.html - [similar]
指定したパラメータでプレーンテキストを暗号化する 3808
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ... as no integrity or authenticity added # and is not protected against padding oracle attacks. # --- DECRYPTION - ...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
値の保存可能な表現を生成する 3808
« print_r settype » PHP Manual 変数操作 関数 値の保存可能な表現を生成する serialize (PHP 4, PHP ... メンバは、メンバ名の前にクラス名がつきます。 また protected メンバはメンバ名の前に '*' がつきます。 前に付加さ ...
https://man.plustar.jp/php/function.serialize.html - [similar]
3768
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... : WRITE ); unset( $this -> connections [ $id ]); } protected function ev_write ( $id , $string ) { echo 'S(' . ... '' ; $this -> cmd ( $buffer , $id , $line ); } } } protected function cmd ( $buffer , $id , $line ) { switch ( ...
https://man.plustar.jp/php/event.examples.html - [similar]
無名関数 3768
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ と ... onst PRICE_MILK = 3.00 ; const PRICE_EGGS = 6.95 ; protected $products = array(); public function add ( $produc ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]
はじめに 3768
« pthreads インストール/設定 » PHP Manual pthreads はじめに はじめに pthreads はオブジェクト指向 ... ができます。 また、あらゆるコンテキストが public と protected なメソッドを実行できます。 run メソッドは、この実装 ...
https://man.plustar.jp/php/intro.pthreads.html - [similar]
配列 3768
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップ ... 変数の場合、変数名の頭にクラス名がつきます。また、 protected 変数の場合は、変数名の頭に '*' がつきます。 このと ... は黙って捨てられます。 <?php class A { private $B ; protected $C ; public $D ; function __construct () { $this - ...
https://man.plustar.jp/php/language.types.array.html - [similar]
その他の変更 3768
« 推奨されなくなる機能 PHP 7.3.x から PHP 7.4.x への移行 » PHP Manual PHP 7.4.x から PHP 8.0.x へ ... assConstant::IS_PUBLIC ReflectionClassConstant::IS_PROTECTED ReflectionClassConstant::IS_PRIVATE 標準ライブラリ ...
https://man.plustar.jp/php/migration80.other-changes.html - [similar]
その他の変更 3738
« 削除された拡張モジュール Windows のサポート » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 その ... IS_FINAL , IS_IMPLICIT_ABSTRACT , IS_PRIVATE , IS_PROTECTED , IS_PUBLIC , IS_STATIC ) が変更されました。 Simpl ...
https://man.plustar.jp/php/migration74.other-changes.html - [similar]