0
if(isset(file_get_contents("php://input"))) {
$credentialsXML = simplexml_load_string(file_get_contents("php://input"));
}
我們如何檢查php://輸入是否存在,然後繼續解析,因爲有些情況下php://輸入是空的,而我根本就沒有需要調用simplexml_load_stringphp輸入驗證檢查和simplexml_load_string