私はAPIを使いたいクラスがあります。別のディレクトリの別のファイルにapiキーがあります。 APIキーファイルは、文字通り、このように簡単です: $id = 'xxxxxxx';
$key = 'xxxxxxx';
これは動作しません: include '/path/to/file-with-api-keys.php';
class MyApiClass {
public f
どのような方法が最適ですか?私はこの方法を使用 ... index.phpの <?php
$secure = true;
include_once("file.php");
?>
を私は望んでいないが、直接file.php開きます。 ので、最初の行で、私はこのコードを書いた: file.php <?php
// first line I wrote this code:
if(