検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 2375 for New (0.034 sec.)
関数エイリアスのリスト 2583
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少 ... b OCILob::load OCI8 ocilogon oci_connect() OCI8 ocinewcollection oci_new_collection() OCI8 ocinewcursor o ... ci_new_cursor() OCI8 ocinewdescriptor oci_new_descriptor( ... ) OCI8 ocinlogon oci_new_connect() OCI8 ocinumcols oci_num_fields() OCI8 oc ... mprealwalk() SNMP strchr strstr() Base syntax xptr_new_context xpath_new_context() 関連キーワード: OCI , ...
https://man.plustar.jp/php/aliases.html - [similar]
イテレータを追加する 2583
« AppendIterator AppendIterator::__construct » PHP Manual AppendIterator イテレータを追加する Ap ... 例1 AppendIterator::append() の例 <?php $array_a = new ArrayIterator (array( 'a' , 'b' , 'c' )); $array_b ... = new ArrayIterator (array( 'd' , 'e' , 'f' )); $iterato ... r = new AppendIterator ; $iterator -> append ( $array_a ); ...
https://man.plustar.jp/php/appenditerator.append.html - [similar]
新しい DOMEntityReference オブジェクトを作成する 2583
« DOMEntityReference DOMException » PHP Manual DOMEntityReference 新しい DOMEntityReference オブ ... 新しい DOMEntityReference を作成する <?php $dom = new DOMDocument ( '1.0' , 'iso-8859-1' ); $element = $ ... dom -> appendChild (new DOMElement ( 'root' )); $entity = $element -> appe ... ndChild (new DOMEntityReference ( 'nbsp' )); echo $dom -> saveX ...
https://man.plustar.jp/php/domentityreference.construct.html - [similar]
Basic FFI usage 2583
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... so.6" ); // create C data structures $tv = $ffi -> new ( "struct timeval" ); $tz = $ffi -> new ( "struct ... eating and Modifying C variables <?php // create a new C int variable $x = FFI ::new( "int" ); var_dump ( ... arrays <?php // create C data structure $a = FFI ::new( "long[1024]" ); // work with it like with a regul ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
入力配列から単一のカラムの値を返す 2583
« array_chunk array_combine » PHP Manual 配列 関数 入力配列から単一のカラムの値を返す array_colu ... ) { $this -> username = $username ; } } $users = [ new User ( 'user 1' ), new User ( 'user 2' ), new User ... { return isset( $this -> $prop ); } } $people = [ new Person ( 'Fred' ), new Person ( 'Jane' ), new Pers ...
https://man.plustar.jp/php/function.array-column.html - [similar]
Dynamically changes the code of the given method 2583
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... ist of arguments for the redefined method code The new code to be evaluated when method_name is called cl ... rn "foo!\n" ; } } // create an Example object $e = new Example (); // output Example::foo() (before redef ... ar! 参考 runkit7_method_add() - Dynamically adds a new method to a given class runkit7_method_copy() - Co ... _redefine() - Replace a function definition with a new implementation 関連キーワード: runkit , Dynamicall ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
Returns the string representation of this Decimal128 2583
« MongoDB\BSON\Decimal128::serialize MongoDB\BSON\Decimal128::unserialize » PHP Manual MongoDB\B ... 128::__toString() example <?php var_dump ((string) new MongoDB \ BSON \ Decimal128 ( 1234.5678 )); var_du ... mp ((string) new MongoDB \ BSON \ Decimal128 ( NAN )); var_dump ((s ... tring) new MongoDB \ BSON \ Decimal128 ( INF )); ?> 上の例の出 ...
https://man.plustar.jp/php/mongodb-bson-decimal128.tostring.html - [similar]
クラスが無名クラスかを調べる 2583
« ReflectionClass::isAbstract ReflectionClass::isCloneable » PHP Manual ReflectionClass クラスが ... ymous() の例 <?php class TestClass {} $anonClass = new class {}; $normalClass = new ReflectionClass ( 'Te ... stClass' ); $anonClass = new ReflectionClass ( $anonClass ); var_dump ( $normal ...
https://man.plustar.jp/php/reflectionclass.isanonymous.html - [similar]
新しい DOMText オブジェクトを作成する 2561
« DOMText DOMText::isElementContentWhitespace » PHP Manual DOMText 新しい DOMText オブジェクトを ... ます。 例 例1 新しい DOMText を作成する <?php $dom = new DOMDocument ( '1.0' , 'iso-8859-1' ); $element = $ ... dom -> appendChild (new DOMElement ( 'root' )); $text = $element -> append ... Child (new DOMText ( 'root value' )); echo $dom -> saveXML () ...
https://man.plustar.jp/php/domtext.construct.html - [similar]
古い値を新しい値に更新する 2561
« apcu_cache_info apcu_clear_cache » PHP Manual APCu 関数 古い値を新しい値に更新する apcu_cas (P ... 新する 説明 apcu_cas ( string $key , int $old , int $new ): bool apcu_cas() は、既に保存されている整数値が ... old パラメータにマッチする値のときに、それを new パラメータの値に更新します。 パラメータ key 更新す ... る値のキー。 old 古い値 (現在保存されている値)。 new 新しく更新したい値。 戻り値 成功した場合に true を ... 関連キーワード: 更新 , apcu , 値 , cas , foobar , new , fail , 保存 , パラメータ , old ...
https://man.plustar.jp/php/function.apcu-cas.html - [similar]