検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 142 for Load (0.008 sec.)
Register a set of PHP functions as a Lua library 5400
« LuaSandbox::pauseUsageTimer LuaSandbox::setCPULimit » PHP Manual LuaSandbox Register a set of ... "Something is wrong" ); } ] ); ?> 参考 LuaSandbox::loadString() - Load Lua code into the Lua environment L ...
https://man.plustar.jp/php/luasandbox.registerlibrary.html - [similar]
Differences from Standard Lua 5400
« リソース型 例 » PHP Manual LuaSandbox Differences from Standard Lua Differences from Standard ... ua 5.1. Features that are not available dofile() , loadfile() , and the io package, as they allow direct f ... MediaWiki Scribunto extension may be used instead. load() and loadstring() , to allow for static analysis ...
https://man.plustar.jp/php/reference.luasandbox.differences.html - [similar]
XML エラーの対応 5400
« 基本的な SimpleXML の使用法 SimpleXMLElement » PHP Manual 例 XML エラーの対応 XML エラーの対応 ... xml_use_internal_errors ( true ); $sxe = simplexml_load_string ( "<?xml version='1.0'><broken><xml></broke ... n>" ); if ( $sxe === false ) { echo "Failed loading XML\n" ; foreach( libxml_get_errors () as $erro ... age ; } } ?> 上の例の出力は以下となります。 Failed loading XML Blank needed here parsing XML declaration: ...
https://man.plustar.jp/php/simplexml.examples-errors.html - [similar]
Foreign Function Interface 5353
« user_error はじめに » PHP Manual PHP の振る舞いの変更 Foreign Function Interface Foreign Funct ... asic FFI usage PHP Callbacks A Complete PHP/FFI/preloading Example FFI — Main interface to C code and data ... Checks whether a FFI\CData is a null pointer FFI::loadLoads C declarations from a C header file FFI::m ... an FFI object with C declarations parsed during preloading FFI::sizeof — Gets the size of C data or types ...
https://man.plustar.jp/php/book.ffi.html - [similar]
オブジェクトをファイルから読み込む 5353
« COMPersistHelper::InitNew COMPersistHelper::LoadFromStream » PHP Manual COMPersistHelper オブジ ... ェクトをファイルから読み込む COMPersistHelper::LoadFromFile (PHP 5, PHP 7, PHP 8) COMPersistHelper::Lo ... をファイルから読み込む 説明 public COMPersistHelper::LoadFromFile ( string $filename , int $flags = 0 ): boo ... イス IPersistFile を実装していないか、 IPersistFile::Load() の呼び出しに失敗した場合、 com_exception がスロー ... ワード: オブジェクト , COMPersistHelper , ファイル , LoadFromFile , flags , filename , 失敗 , IPersistFile , ...
https://man.plustar.jp/php/compersisthelper.loadfromfile.html - [similar]
内部の XML ツリーをファイルに出力する 5353
« DOMDocument::relaxNGValidateSource DOMDocument::saveHTML » PHP Manual DOMDocument 内部の XML ツ ... 内部の XML ツリーを文字列として出力する DOMDocument::load() - ファイルから XML を読み込む DOMDocument::loadX ...
https://man.plustar.jp/php/domdocument.save.html - [similar]
子要素群から子要素を削除する 5353
« DOMNode::normalize DOMNode::replaceChild » PHP Manual DOMNode 子要素群から子要素を削除する DOM ... 子要素の削除 <?php $doc = new DOMDocument ; $doc -> load ( 'book.xml' ); $book = $doc -> documentElement ; ...
https://man.plustar.jp/php/domnode.removechild.html - [similar]
インデックスで指定したノードを取得する 5353
« DOMNodeList::count DOMNotation » PHP Manual DOMNodeList インデックスで指定したノードを取得する ... 素を取得する <?php $doc = new DOMDocument ; $doc -> load ( 'book.xml' ); $items = $doc -> getElementsByTagN ...
https://man.plustar.jp/php/domnodelist.item.html - [similar]
インストール手順 5353
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 The FANN PHP ... nstalled, you need to install it first. Either download it from the » official site or get it from your di ... code on » Github . Go to Github and click the "Download ZIP" button. Then run: $ unzip php-fann-master.zip ... the extension_dir in php.ini or move fann.so . To load the extension on PHP startup, add a line: extensio ...
https://man.plustar.jp/php/fann.installation.html - [similar]
クラスが定義済みかどうかを確認する 5353
« class_alias enum_exists » PHP Manual クラス/オブジェクト関数 クラスが定義済みかどうかを確認する ... 認する 説明 class_exists ( string $class , bool $autoload = true ): bool この関数は指定したクラスが定義されて ... タ class クラス名。大文字小文字は区別しません。 autoload デフォルトで __autoload をコールするかしないか。 戻 ... lass' )) { $myclass = new MyClass (); } ?> 例2 autoload パラメータの例 <?php spl_autoload_register (functi ... , false )) { throw new LogicException ( "Unable to load class: $class_name " ); } }); if ( class_exists ( ...
https://man.plustar.jp/php/function.class-exists.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT