jQuery UI制作選項卡(tabs)
836
2024-02-09
(PECL bcompiler >= 0.5)
bcompiler_write_functions_from_file — 以字節碼寫入一個文件中定義過的所以函數
$filehandle
, string $fileName
)
從給定的文件中搜索定義過的所有函數,并把它們對應的字節碼寫入打開的文件句柄中。
filehandle
fopen() 打開并返回的一個文件句柄。
fileName
要編譯的文件。你總是必須 inculde 或 require 這個想要編譯的文件。
成功時返回 TRUE
, 或者在失敗時返回 FALSE
。
Example #1 bcompiler_write_functions_from_file() 例子
<?php
require('module.php');
$fh = fopen("/tmp/example","w");
bcompiler_write_header($fh);
bcompiler_write_functions_from_file($fh,'module.php');
bcompiler_write_footer($fh);
fclose($fh);
?>
此函數是實驗性的。此函數的表象,包括名稱及其相關文檔都可能在未來的 PHP 發布版本中未通知就被修改。使用本函數風險自擔 。
bcompiler_write_header() - 寫入 bcompiler 頭 bcompiler_write_footer() - 寫入單個字符 x00 用于標識編譯數據的結尾
#免責聲明#
本站[綠夏技術導航]提供的一切軟件、教程和內容信息僅限用于學習和研究目的;不得將上述內容用于商業或者非法用途,否則,一切后果請用戶自負。本站信息來自網絡收集整理,版權爭議與本站無關。您必須在下載后的24個小時之內,從您的電腦或手機中徹底刪除上述內容。如果您喜歡該程序或內容,請支持正版,購買注冊,得到更好的正版服務。我們非常重視版權問題,如有侵權請郵件[admin@lxwl520.com]與我們聯系進行刪除處理。敬請諒解!