Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Logging Errors では、デバイスは POST リクエストを webServiceURL/version/log に送信するため、この時点でどのサーバーを実行する必要がありますか?
出力を PHP ログに記録するには、次のようなものを使用できます。
$log_items = json_decode(@file_get_contents('php://input'))->logs; foreach($log_items as $key => $log_message) error_log("Passbook Error Log: " . $log_message, 0);