検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 101 for import (0.002 sec.)
定義済み定数 11545
« リソース型 runkit7 関数 » PHP Manual runkit7 定義済み定数 定義済み定数 以下の定数が定義されてい ... 動的にロードされている場合のみ使用可能です。 RUNKIT7_IMPORT_FUNCTIONS ( int ) runkit7_import() flag indicating ... that normal functions should be imported from the specified file. RUNKIT7_IMPORT_CLASS_ME ... THODS ( int ) runkit7_import() flag indicating that class methods should be imp ... orted from the specified file. RUNKIT7_IMPORT_CLASS_CONSTS ( int ) runkit7_import() flag indicat ...
https://man.plustar.jp/php/runkit7.constants.html - [similar]
Import BLOB/CLOB data from a file 10416
« cubrid_lob2_export cubrid_lob2_new » PHP Manual CUBRID 関数 Import BLOB/CLOB data from a file ... cubrid_lob2_import (PECL CUBRID >= 8.4.1) cubrid_lob2_importImport ... BLOB/CLOB data from a file 説明 cubrid_lob2_import ( resource $lob_identifier , string $file_name ): ... bool The cubrid_lob2_import() function is used to save the contents of BLOB/CL ... rom the result set. filename File name you want to import BLOB/CLOB data. It also supports the path of the f ...
https://man.plustar.jp/php/function.cubrid-lob2-import.html - [similar]
The import purpose 10183
« Yaf_Loader::getLocalNamespace Yaf_Loader::isLocalName » PHP Manual Yaf_Loader The import purpo ... se Yaf_Loader::import (Yaf >=1.0.0) Yaf_Loader::import — The import purp ... ose 説明 public static Yaf_Loader::import (): void 警告 この関数は、 現在のところ詳細な情報は ... にはパラメータはありません。 戻り値 関連キーワード: import , purpose , Yaf , Loader , 関数 , パラメータ , get ...
https://man.plustar.jp/php/yaf-loader.import.html - [similar]
のエイリアス ibase_blob_import 9897
« fbird_blob_get fbird_blob_info » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_blob_import ... port fbird_blob_import (PHP 5, PHP 7 < 7.4.0) fbird_blob_import — のエイリ ... アス ibase_blob_import() 説明 この関数は次の関数のエイリアスです。 ibase_ ... blob_import() . 参考 fbird_blob_add() - のエイリアス ibase_blo ... エイリアス ibase_blob_create 関連キーワード: ibase , import , fbird , 関数 , create , info , 参考 , cancel , C ...
https://man.plustar.jp/php/function.fbird-blob-import.html - [similar]
キーをインポートする 9754
« gnupg_gettrustlist gnupg_init » PHP Manual GnuPG 関数 キーをインポートする gnupg_import (PECL ... gnupg >= 0.3) gnupg_import — キーをインポートする 説明 gnupg_import ( resourc ... の関数は false を返します。 例 例1 手続き型の gnupg_import() の例 <?php $res = gnupg_init (); $info = gnupg_i ... print_r ( $info ); ?> 例2 オブジェクト指向の gnupg_import() の例 <?php $gpg = new gnupg (); $info = $gpg -> ... ta ); print_r ( $info ); ?> 関連キーワード: キー , import , 関数 , keydata , init , identifier , 処理 , 情報 ...
https://man.plustar.jp/php/function.gnupg-import.html - [similar]
Process a PHP file importing function and class definitions, overwriting where a... 9002
« runkit7_function_rename runkit7_method_add » PHP Manual runkit7 関数 Process a PHP file import ... definitions, overwriting where appropriate runkit7_import (PECL runkit7 >= Unknown) runkit7_import — Process ... a PHP file importing function and class definitions, overwriting whe ... s been removed in PECL runkit7 4.0.0. 説明 runkit7_import ( string $filename , int $flags = ? ): bool Simila ... r new definitions. パラメータ filename Filename to import function and class definitions from flags Bitwise ...
https://man.plustar.jp/php/function.runkit7-import.html - [similar]
バイナリ文字列からインポートする 8769
« gmp_hamdist gmp_init » PHP Manual GMP 関数 バイナリ文字列からインポートする gmp_import (PHP 5 ... >= 5.6.1, PHP 7, PHP 8) gmp_import — バイナリ文字列からインポートする 説明 gmp_import ... は、失敗時に false を返さなくなりました。 例 例1 gmp_import() の例 <?php $number = gmp_import ( "\0" ); echo g ... mp_strval ( $number ) . "\n" ; $number = gmp_import ( "\0\1\2" ); echo gmp_strval ( $number ) . "\n" ; ... 文字列にエクスポートする 関連キーワード: バイナリ , import , 関数 , data , int , size , flags , パラメータ , ...
https://man.plustar.jp/php/function.gmp-import.html - [similar]
OCILob::import のエイリアス 8717
« ocisavelob ociserverversion » PHP Manual OCI8 廃止されたエイリアスと関数 OCILob::import のエイ ... HP 8, PECL OCI8 >= 1.0.0) ocisavelobfile — OCILob::import() のエイリアス 説明 OCILob::import() のエイリアス ... ないことを強く推奨します。 関連キーワード: OCILob , import , OCI , ocisavelobfile , 推奨 , ocisavelob , ocise ...
https://man.plustar.jp/php/function.ocisavelobfile.html - [similar]
SimpleXMLElement オブジェクトから DOMElement オブジェクトを取得する 8678
« DOM 関数 libxml » PHP Manual DOM 関数 SimpleXMLElement オブジェクトから DOMElement オブジェクト ... を取得する dom_import_simplexml (PHP 5, PHP 7, PHP 8) dom_import_simplex ... クトから DOMElement オブジェクトを取得する 説明 dom_import_simplexml ( object $node ): DOMElement この関数は、 ... は、失敗時に null を返さなくなりました。 例 例1 dom_import_simplexml() を用いて SimpleXML を DOM にインポート ... ュメントのパース中にエラー' ; exit; } $dom_sxe = dom_import_simplexml ( $sxe ); if (! $dom_sxe ) { echo 'XML の ...
https://man.plustar.jp/php/function.dom-import-simplexml.html - [similar]
DOM ノードから SimpleXMLElement オブジェクトを取得する 8626
« SimpleXML 関数 simplexml_load_file » PHP Manual SimpleXML 関数 DOM ノードから SimpleXMLElement ... オブジェクトを取得する simplexml_import_dom (PHP 5, PHP 7, PHP 8) simplexml_import_dom — D ... leXMLElement オブジェクトを取得する 説明 simplexml_import_dom ( SimpleXMLElement | DOMNode $node , ? string ... e このオプションパラメータを使用すると、 simplexml_import_dom() は指定したクラスのオブジェクトを返します。こ ... ス時にエラーが発生しました' ; exit; } $s = simplexml_import_dom ( $dom ); echo $s -> book [ 0 ]-> title ; ?> 上 ...
https://man.plustar.jp/php/function.simplexml-import-dom.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT