検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 128 for property (0.025 sec.)
ReflectionClass を作成する 7642
« ReflectionClass ReflectionClass::export » PHP Manual ReflectionClass ReflectionClass を作成する ... 0] { } - Static methods [0] { } - Properties [7] { Property [ <default> protected $message ] Property [ <defau ... lt> private $string ] Property [ <default> protected $code ] Property [ <default> ... protected $file ] Property [ <default> protected $line ] Property [ <default> ... private $trace ] Property [ <default> private $previous ] } - Methods [10] { ...
https://man.plustar.jp/php/reflectionclass.construct.html - [similar]
ReflectionClass オブジェクトの文字列表現を返す 7642
« ReflectionClass::setStaticPropertyValue ReflectionClassConstant » PHP Manual ReflectionClass R ... 0] { } - Static methods [0] { } - Properties [7] { Property [ <default> protected $message ] Property [ <defau ... lt> private $string ] Property [ <default> protected $code ] Property [ <default> ... protected $file ] Property [ <default> protected $line ] Property [ <default> ... private $trace ] Property [ <default> private $previous ] } - Methods [10] { ...
https://man.plustar.jp/php/reflectionclass.tostring.html - [similar]
Unicode プロパティの最大値を取得する 7471
« IntlChar::getFC_NFKC_Closure IntlChar::getIntPropertyMinValue » PHP Manual IntlChar Unicode プ ... ロパティの最大値を取得する IntlChar::getIntPropertyMaxValue (PHP 7, PHP 8) IntlChar::getIntPropertyMax ... 最大値を取得する 説明 public static IntlChar::getIntPropertyMaxValue ( int $property ): int Unicode プロパティの ... ger/binary のうち、最大値を取得します。 パラメータ property 調べたい Unicode プロパティ (定数 IntlChar::PROPER ... TY_* を参照ください)。 戻り値 IntlChar::getIntPropertyValue() が返す Unicode プロパティの最大値を返します ...
https://man.plustar.jp/php/intlchar.getintpropertymaxvalue.html - [similar]
Unicode プロパティの最小値を取得する 7471
« IntlChar::getIntPropertyMaxValue IntlChar::getIntPropertyValue » PHP Manual IntlChar Unicode プ ... ロパティの最小値を取得する IntlChar::getIntPropertyMinValue (PHP 7, PHP 8) IntlChar::getIntPropertyMin ... 最小値を取得する 説明 public static IntlChar::getIntPropertyMinValue ( int $property ): int Unicode プロパティの ... ger/binary のうち、最小値を取得します。 パラメータ property 調べたい Unicode プロパティ (定数 IntlChar::PROPER ... TY_* を参照ください)。 戻り値 IntlChar::getIntPropertyValue() が返す Unicode プロパティの最小値を返します ...
https://man.plustar.jp/php/intlchar.getintpropertyminvalue.html - [similar]
Deserialization from BSON 7471
« Serialization to BSON Security » PHP Manual Persisting Data Deserialization from BSON Deserial ... SON document (root or embedded) without a __pclass property [1] becomes a PHP stdClass object, with each BSON ... document key set as a public stdClass property. A BSON document (root or embedded) with a __pclas ... s property [1] becomes a PHP object of the class name as defi ... ned by the __pclass property. If the named class implements the MongoDB\BSON\Pe ...
https://man.plustar.jp/php/mongodb.persistence.deserialization.html - [similar]
Retrieves the next row of data in a result set as an object 7447
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... ach row will be retrieved as a stdClass object. // Property names correspond to field names. while( $obj = sql ... If a result set field name does not match a class property, a property with the result set field name is adde ... object and the result set value is applied to the property. The following rules apply when using the $classNa ... me parameter: Field-property name matching is case-sensitive. Field-property ma ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
SolrObject クラス 7374
« SolrDocumentField::__destruct SolrObject::__construct » PHP Manual Solr SolrObject クラス Solr ... s { /* メソッド */ public __construct () public getPropertyNames (): array public offsetExists ( string $prope ... rty_name ): bool public offsetGet ( string $property_name ): mixed public offsetSet ( string $property_ ... name , string $property_value ): void public offsetUnset ( string $propert ... lrObject::__destruct — デストラクタ SolrObject::getPropertyNames — 全てのプロパティ名の配列を返す SolrObject:: ...
https://man.plustar.jp/php/class.solrobject.html - [similar]
コードポイントに対応する、Unicode プロパティの値を取得する 7337
« IntlChar::getIntPropertyMinValue IntlChar::getNumericValue » PHP Manual IntlChar コードポイント ... る、Unicode プロパティの値を取得する IntlChar::getIntPropertyValue (PHP 7, PHP 8) IntlChar::getIntPropertyValue ... ィの値を取得する 説明 public static IntlChar::getIntPropertyValue ( int | string $codepoint , int $property ): ... 文字列としてエンコードされた文字 (例: "\u{2603}" )。 property 調べたい Unicode プロパティ (定数 IntlChar::PROPER ... スクプロパティの場合は、ビットマスクの値を返します。 property が範囲外の値だったり、 Unicode がプロパティやコード ...
https://man.plustar.jp/php/intlchar.getintpropertyvalue.html - [similar]
Sets the response writer used to prepare the response from Solr 7276
« SolrClient::rollback SolrClient::setServlet » PHP Manual SolrClient Sets the response writer u ... c $_properties = array(); public function __get ( $property_name ) { if ( property_exists ( $this , $property_ ... name )) { return $this -> $property_name ; } else if (isset( $_properties [ $property_ ... name ])) { return $_properties [ $property_name ]; } return null ; } } $options = array ( 'ho ...
https://man.plustar.jp/php/solrclient.setresponsewriter.html - [similar]
プロパティの名前に対応する定数値を取得する 7239
« IntlChar::getNumericValue IntlChar::getPropertyName » PHP Manual IntlChar プロパティの名前に対 ... 応する定数値を取得する IntlChar::getPropertyEnum (PHP 7, PHP 8) IntlChar::getPropertyEnum — プロ ... する定数値を取得する 説明 public static IntlChar::getPropertyEnum ( string $alias ): int 指定されたプロパティの名 ... を返します。 これは、Unicode のデータベースファイル PropertyAliases.txt に存在するものです。 短縮名や長い名前、 ... 認識します。 さらに、 この関数はプロパティ IntlChar::PROPERTY_GENERAL_CATEGORY_MASK を仮想の名前 "gcm" / "Genera ...
https://man.plustar.jp/php/intlchar.getpropertyenum.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT