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スクリプトを実行してレスポンスを表示し、別のphpスクリプトを起動して表示する
PHP に 2 つの関数があります。ロード時間を短縮するために、最初の関数の応答を表示したいと思います。
擬似コードの例
Function hello1() { echo 'hello1'; [...] }
応答を表示して別の関数を実行する
Function hello2() { echo 'hello2' [...] }