PHP字符串比较失败

时间:2016-04-09 10:18:47

标签: php

即使数组中键的值与硬编码字符串相同,比较结果也为false。

$json_array = json_decode($data,true);

$client_id = $json_array['ClientId']; //the value is ApiIntegration

echo $client_id== "ApiIntegration";

0 个答案:

没有答案