這樣讀資料: while { read asn || [[ -n "$asn" ]];} \ && { read -...
三個檔案, 一個 api, 另外兩個用不同方法送 request api.php $input = file_get_contents('php://input...
$prevMonth = date("m", strtotime("last day of -1 month"));...
參考: http://php.net/manual/en/pdo.connections.php http://php.net/manual/en/my...
a.php?category=sign POST 到 a.php?category=sign_cmf 你在 a.php 裡面又根據 $_GET["ca...
這樣判斷: if (0 === strpos($_SERVER['REQUEST_URI'], '/admin/')) { // 在 admin 底下...
do { $public_prod_id = 'C'.rand(1000000000,9999999999); $_SESSION['publi...
大概像這樣吧: $all_b = []; while($row = mysqli_fetch_array($data)){ if ($row['from...
Laravel Controller 用的是 Composer 的 Autoloading,採用的是 PSR-4 標準。這點可以從 composer.json...
把 data.txt 替換成你要讀取的 csv把兩個 $F[1] 換成你要 uniq 的欄位, 1 = 第二欄 perl -anF, -e '$n ne $F[...