Codierungsstandards für die PHP-Entwicklung
/ PHP避免嵌入式賦值
PHP避免嵌入式賦值
PHP 避免嵌入式賦值
在程序中避免下面例子中的嵌入式賦值:
不使用這樣的方式:
while ($a != ($c = getchar())){ process the character }
PHP 避免嵌入式賦值
在程序中避免下面例子中的嵌入式賦值:
不使用這樣的方式:
while ($a != ($c = getchar())){ process the character }