検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 2375 for new (0.248 sec.)
ドライバでサポートされるデータ型 2985
« OCI8 および DTrace 動的トレーシング OCI8 関数 » PHP Manual OCI8 ドライバでサポートされるデータ ... は次の型をサポートします 型 マッピング SQLT_NTY oci_new_collection() によって生成されたような PHP のコレク ... ィブのコレクション型に マップします SQLT_BFILEE oci_new_descriptor() によって生成されたような PHP のディス ... ブのディスクリプタ型に マップします SQLT_CFILEE oci_new_descriptor() によって生成されたような PHP のディス ... ィブのディスクリプタ型に マップします SQLT_CLOB oci_new_descriptor() によって生成されたような PHP のディス ...
https://man.plustar.jp/php/oci8.datatypes.html - [similar]
SplObjectStorage クラス 2963
« SplFixedArray::__wakeup SplObjectStorage::addAll » PHP Manual データ構造 SplObjectStorage クラ ... をセットとして使用 <?php // オブジェクトセット $s = new SplObjectStorage (); $o1 = new StdClass ; $o2 = ne ... w StdClass ; $o3 = new StdClass ; $s -> attach ( $o1 ); $s -> attach ( $o ... 用 <?php // オブジェクトとデータを対応させます $s = new SplObjectStorage (); $o1 = new StdClass ; $o2 = ne ... w StdClass ; $o3 = new StdClass ; $s [ $o1 ] = "data for object 1" ; $s [ ...
https://man.plustar.jp/php/class.splobjectstorage.html - [similar]
新しい PostScript ドキュメントオブジェクトを作成する 2963
« ps_moveto ps_open_file » PHP Manual PS 関数 新しい PostScript ドキュメントオブジェクトを作成す ... る ps_new (PECL ps >= 1.1.0) ps_new — 新しい PostScript ドキ ... ュメントオブジェクトを作成する 説明 ps_new (): resource | false 新しいドキュメントのインスタン ... ドキュメントのインスタンスがすべてを設定します。 ps_new() の後には、通常は ps_open_file() がコールされます ... 関連キーワード: 作成 , オブジェクト , ドキュメント , new , 関数 , open , file , インスタンス , リソース , パ ...
https://man.plustar.jp/php/function.ps-new.html - [similar]
Construct a new Binary 2963
« MongoDB\BSON\Binary MongoDB\BSON\Binary::getData » PHP Manual MongoDB\BSON\Binary Construct a ... .0) MongoDB\BSON\Binary::__construct — Construct a new Binary 説明 final public MongoDB\BSON\Binary::__co ... BSON\Binary::__construct() example <?php $binary = new MongoDB \ BSON \ Binary ( 'foo' , MongoDB \ BSON \ ... ON Types 関連キーワード: BSON , type , Construct , new , data , InvalidArgumentException , Exception , Dr ...
https://man.plustar.jp/php/mongodb-bson-binary.construct.html - [similar]
Create a new Cursor (not used) 2963
« MongoDB\Driver\Cursor MongoDB\Driver\Cursor::current » PHP Manual MongoDB\Driver\Cursor Create ... a new Cursor (not used) MongoDB\Driver\Cursor::__constru ... 0.0) MongoDB\Driver\Cursor::__construct — Create a new Cursor (not used) 説明 final private MongoDB\Drive ... y on this server 関連キーワード: Cursor , Driver , new , not , database , Execute , command , query , con ...
https://man.plustar.jp/php/mongodb-driver-cursor.construct.html - [similar]
Returns the ReadPreference's "mode" option 2963
« MongoDB\Driver\ReadPreference::getMaxStalenessSeconds MongoDB\Driver\ReadPreference::getModeSt ... iver\ReadPreference::getMode() example <?php $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... RP_PRIMARY ); var_dump ( $rp -> getMode ()); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... _PREFERRED ); var_dump ( $rp -> getMode ()); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ... _SECONDARY ); var_dump ( $rp -> getMode ()); $rp = new MongoDB \ Driver \ ReadPreference ( MongoDB \ Driv ...
https://man.plustar.jp/php/mongodb-driver-readpreference.getmode.html - [similar]
Create a new Server (not used) 2963
« MongoDB\Driver\Server MongoDB\Driver\Server::executeBulkWrite » PHP Manual MongoDB\Driver\Serv ... er Create a new Server (not used) MongoDB\Driver\Server::__constru ... 0.0) MongoDB\Driver\Server::__construct — Create a new Server (not used) 説明 final private MongoDB\Drive ... read preference 関連キーワード: Server , Driver , new , not , Manager , construct , selectServer , パラメ ...
https://man.plustar.jp/php/mongodb-driver-server.construct.html - [similar]
Returns whether the write was acknowledged 2963
« MongoDB\Driver\WriteResult::getWriteErrors MongoDB\BSON » PHP Manual MongoDB\Driver\WriteResul ... ) with acknowledged write concern <?php $manager = new MongoDB \ Driver \ Manager ; $bulk = new MongoDB \ ... with unacknowledged write concern <?php $manager = new MongoDB \ Driver \ Manager ; $bulk = new MongoDB \ ... er -> executeBulkWrite ( 'db.collection' , $bulk , new MongoDB \ Driver \ WriteConcern ( 0 )); var_dump ( ...
https://man.plustar.jp/php/mongodb-driver-writeresult.isacknowledged.html - [similar]
Script Injection Attacks 2963
« Request Injection Attacks MongoDB\Driver » PHP Manual Security Script Injection Attacks Script ... user in the database logs. We could do: <?php $m = new MongoDB \ Driver \ Manager ; // Don't do this!!! $ ... username = $_GET [ 'field' ]; $cmd = new \ MongoDB \ Driver \ Command ( [ 'eval' => "print( ... licious user passes in some JavaScript? <?php $m = new MongoDB \ Driver \ Manager ; // Don't do this!!! $ ... me is set to "'); db.users.drop(); print('" $cmd = new \ MongoDB \ Driver \ Command ( [ 'eval' => "print( ...
https://man.plustar.jp/php/mongodb.security.script_injection.html - [similar]
基本的な SimpleXML の使用法 2963
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... を取得する <?php include 'example.php' ; $movies = new SimpleXMLElement ( $xmlstr ); echo $movies -> movi ... を取得する <?php include 'example.php' ; $movies = new SimpleXMLElement ( $xmlstr ); echo $movies -> movi ... ができます。 <?php include 'example.php' ; $movies = new SimpleXMLElement ( $xmlstr ); /* 個々の <character ... く同じです。 <?php include 'example.php' ; $movies = new SimpleXMLElement ( $xmlstr ); /* 最初の映画の <rat ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]