为了检索具有手机号码的联系人,09362724853
我使用以下代码:
$newSMS_contact = new Contact;
$newSMS_contact->retrieve_by_string_fields(array('phone_mobile'=>'09362724853'));
用糖内部函数检索手机号码为09362724853
OR 9362724853
OR的联系人怎么样? +989362724853
这不起作用:
$newSMS_contact = new Contact;
$newSMS_contact->retrieve_by_string_fields(array('phone_mobile'=>'09362724853', 'phone_mobile'=>'9362724853', 'phone_mobile'=>'+989362724853'));