| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
xml_new_from_memoryGladeXML xml_new_from_memory(string buffer, int size, string root, string domain);
Creates a glade object from a string instead of a file. This can be used to e.g. dynamically load glade user interface definitions from a remote server without having to store them in a file. The function behaves exactly like the GladeXML constructor, except the fact that you pass a string (and the string length) to the function. Note that - other than the constructor - all parameters are required. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「xml_new_from_memory」をGoogle検索
|