Crystal's Record

電腦,生活

PHP

20231020這幾天的PHP閱讀MEMO

PHP

神奇符號篇 比較 PHP 問號問號 ?? 及問號冒號 ?: 的差別 - Null Coalescing Operator vs Ternary Operator PHP EOF(heredoc) 使用说明 官方文檔:else if在php可做elseif 神奇冒號:: 運算子 php-psql乾貨 How to use prepared statements with Postgres pg_f…

20231016 PHP的早晨

PHP

index.php test(); // 呼叫物件方法 // 重名又會如何? // 用命名空間避免 // require_once 'a.php'; // require_once 'b.php'; // use MyNamespaceA\Test as TestA; // use MyNamespaceB\Test as TestB; // $testA…