検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 2375 for new (0.023 sec.)
Creates a C data structure 3056
« FFI::memset FFI::scope » PHP Manual FFI Creates a C data structure FFI::new (PHP 7 >= 7.4.0, P ... HP 8) FFI::new — Creates a C data structure 説明 public static FF ... I::new ( FFI\CType | string $type , bool $owned = true , ... ool $persistent = false ): ? FFI\CData public FFI::new ( FFI\CType | string $type , bool $owned = true , ... ure. 関連キーワード: data , structure , type , C , new , CData , owned , instance , persistent , released ...
https://man.plustar.jp/php/ffi.new.html - [similar]
現在のセッションIDを新しく生成したものと置き換える 3056
« session_name session_register_shutdown » PHP Manual セッション関数 現在のセッションIDを新しく生 ... m_active_sessions ( $_SESSION [ 'userid' ]); throw(new DestroyedSessionAccessException ); } $old_sessioni ... ムスタンプは不要 unset( $_SESSION [ 'destroyed' ]); $new_sessionid = session_id (); echo "古いセッション: $ ... old_sessionid <br />" ; echo "新しいセッション: $new_sessionid <br />" ; print_r ( $_SESSION ); ?> 現在 ... m_active_sessions ( $_SESSION [ 'userid' ]); throw(new DestroyedSessionAccessException ); } if (isset( $_ ...
https://man.plustar.jp/php/function.session-regenerate-id.html - [similar]
Construct a new Int64 (unused) 3056
« MongoDB\BSON\Int64 MongoDB\BSON\Int64::jsonSerialize » PHP Manual MongoDB\BSON\Int64 Construct ... a new Int64 (unused) MongoDB\BSON\Int64::__construct (mo ... 5.0) MongoDB\BSON\Int64::__construct — Construct a new Int64 (unused) 説明 final private MongoDB\BSON\Int ... SON Types 関連キーワード: Int , BSON , Construct , new , construct , パラメータ , bit , type , 参考 , 関数 ...
https://man.plustar.jp/php/mongodb-bson-int64.construct.html - [similar]
Create a new ClientEncryption object 3056
« MongoDB\Driver\ClientEncryption MongoDB\Driver\ClientEncryption::createDataKey » PHP Manual Mo ... ngoDB\Driver\ClientEncryption Create a new ClientEncryption object MongoDB\Driver\ClientEncry ... DB\Driver\ClientEncryption::__construct — Create a new ClientEncryption object 説明 final public MongoDB\ ... ption::__construct ( array $options ) Constructs a new MongoDB\Driver\ClientEncryption object with the sp ... river\Manager::createClientEncryption() - Create a new ClientEncryption object » Explicit (Manual) Client ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.construct.html - [similar]
Returns the ReadPreference's "tagSets" option 3056
« MongoDB\Driver\ReadPreference::getModeString MongoDB\Driver\ReadPreference::serialize » PHP Ma ... array both denote no tag set preference. */ $rp = new MongoDB \ Driver \ ReadPreference ( $mode , null ) ... ; var_dump ( $rp -> getTagSets ()); $rp = new MongoDB \ Driver \ ReadPreference ( $mode , []); v ... _dump ( $rp -> getTagSets ()); /* Prefer a node in New York, but fall back to any available node. */ $rp ... = new MongoDB \ Driver \ ReadPreference ( $mode , [[ 'dc ...
https://man.plustar.jp/php/mongodb-driver-readpreference.gettagsets.html - [similar]
Creates a new map using keys that aren't in another map 3034
« Ds\Map::count Ds\Map::filter » PHP Manual Map Creates a new map using keys that aren't in anot ... ::diff (PECL ds >= 1.0.0) Ds\Map::diff — Creates a new map using keys that aren't in another map 説明 pub ... Wikipedia 例 例1 Ds\Map::diff() example <?php $a = new \ Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 ]); $ ... b = new \ Ds \ Map ([ "b" => 4 , "c" => 5 , "d" => 6 ]); v ...
https://man.plustar.jp/php/ds-map.diff.html - [similar]
Create a new CursorId (not used) 3034
« MongoDB\Driver\CursorId MongoDB\Driver\CursorId::serialize » PHP Manual MongoDB\Driver\CursorI ... d Create a new CursorId (not used) MongoDB\Driver\CursorId::__con ... 0) MongoDB\Driver\CursorId::__construct — Create a new CursorId (not used) 説明 final private MongoDB\Dri ... or this cursor 関連キーワード: CursorId , Driver , new , not , construct , Create , パラメータ , Cursor , ...
https://man.plustar.jp/php/mongodb-driver-cursorid.construct.html - [similar]
ReflectionProperty オブジェクトを作成する 3034
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty Reflect ... nProperty クラスのインスタンスを作成します $prop = new ReflectionProperty ( 'Str' , 'length' ); // 基本情 ... ), 1 ) ); // Str のインスタンスを作成します $obj = new Str (); // 現在の値を取得します printf ( "---> Val ... ( $obj , 10 ); printf ( "---> Setting value to 10, new value is: " ); var_dump ( $prop -> getValue ( $obj ... ) ---> Value is: int(5) ---> Setting value to 10, new value is: int(10) object(Str)#2 (1) { ["length"]=> ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
Compare and set the value of the atomic object. 3034
« Swoole\Atomic::add Swoole\Atomic::__construct » PHP Manual Swoole\Atomic Compare and set the v ... blic Swoole\Atomic::cmpset ( int $cmp_value , int $new_value ): int パラメータ cmp_value The value to com ... pare with the current value of the atomic object. new_value The value to set to the atomic object if the ... the current value of the atomic object. 戻り値 The new value of the atomic object. 関連キーワード: Compar ... the , Swoole , Atomic , of , cmpset , int , cmp , new , construct ...
https://man.plustar.jp/php/swoole-atomic.cmpset.html - [similar]
Main interface to C code and data 3012
« A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and ... I instance. Declared C types can be used to create new C data structures using FFI::new() and FFI::type() ... ptr , int $value , int $size ): void public static new ( FFI\CType | string $type , bool $owned = true , ... bool $persistent = false ): ? FFI\CData public new ( FFI\CType | string $type , bool $owned = true , ... lignment FFI::arrayType — Dynamically constructs a new C array type FFI::cast — Performs a C type cast FF ...
https://man.plustar.jp/php/class.ffi.html - [similar]