Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別のサーバー上のいくつかのphpファイルに記述された関数にアクセスしたい。を使用してファイルを含めますfile_get_contents。allow_url_includeとallow_url_fopenを trueに設定しました。ファイルを開きます。しかし、インクルードされたファイルで定義された関数にアクセスできません。
file_get_contents
allow_url_include
allow_url_fopen
私が得たエラーは次のとおりです。
致命的なエラー: 未定義の関数 contact() の呼び出し
どうすればそれを行うことができますか?
インクルード機能が使える
include 'http://www.example.com/file.php?foo=1&bar=2';
http://www.php.net/include