From 5ae30069bf6e6ebc0c844169d828e593e4356e95 Mon Sep 17 00:00:00 2001 From: "altob.rd" Date: Tue, 16 Jan 2018 11:42:53 +0800 Subject: [PATCH] upd --- coworker/call_something_daily.php | 53 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 coworker/call_something_daily.php diff --git a/coworker/call_something_daily.php b/coworker/call_something_daily.php new file mode 100644 index 0000000..09cea8a --- /dev/null +++ b/coworker/call_something_daily.php @@ -0,0 +1,53 @@ +getMessage()); + } + + sleep(1); // sleep for 3 seconds +} + +// 需要排程呼叫的加在這 +post_data('http://localhost/carpark.html/station_setting_query/', array('reload' => 1)); // 重新取得場站資訊 + +trigger_error('..completed..'); \ No newline at end of file