1

良い一日。

$arr = array(1, "Hello");
json_encode($arr, JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_QUOT | JSON_HEX_AMP);

コードを使用すると、通知が表示されます:

Notice: Use of undefined constant JSON_HEX_TAG - assumed 'JSON_HEX_TAG' in ....

Notice: Use of undefined constant JSON_HEX_APOS - assumed 'JSON_HEX_APOS' in ....

Notice: Use of undefined constant JSON_HEX_QUOT - assumed 'JSON_HEX_QUOT' in ....

Notice: Use of undefined constant JSON_HEX_AMP - assumed 'JSON_HEX_AMP' in ....

Warning: json_encode() expects exactly 1 parameter, 2 given in ....

なぜ私がそれを通知するのか知っている人はいますか?

4

1 に答える 1