Normes de codage de développement PHP
/ PHP避免嵌入式赋值
PHP避免嵌入式赋值
PHP 避免嵌入式赋值
在程序中避免下面例子中的嵌入式赋值:
不使用这样的方式:
while ($a != ($c = getchar())){ process the character }
PHP 避免嵌入式赋值
在程序中避免下面例子中的嵌入式赋值:
不使用这样的方式:
while ($a != ($c = getchar())){ process the character }