哪一种是正确的方式,在一种看上去的原样中执行“加拿大”例外(国名)。
foreach ($apis as $api)
{
$api = _ .$api;
$searchResults[$api] = $this->$api($parameters);
}
如果$ this->api(); 回归错误信息,而不是追赶错误信息,如果在捕获中显示正确的错误信息的话,我就希望实施“php”的例外情况。
Edit: Also, when capturing the error and if the error message is 1 (for example) is it a good way to do:
$searchResults[ api ] = $this->_api($parameters);
因此,它试图再次履行这一职能,看它是否提供了有效数据?