ホームページ >バックエンド開発 >PHPチュートリアル >PHP はファイルの内容を元の形式で読み取ることができますか?何をするか
PHP はファイルの内容を元の形式で読み取ることができますか?
コードは次のとおりです:
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> $current = file_get_contents("http://xxxxx/xxxxx/get_people_count.php");
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php error_reporting(E_ALL^E_NOTICE); date_default_timezone_set("PRC"); require_once("FlowfairyDB.php"); $flowcon=new FlowfairyDB(); echo $flowcon->GetCount(); ?>