test.php3

来自「著名的Handle」· PHP3 代码 · 共 14 行

PHP3
14
字号
<?php/*******************  This is a  comment********************/function foo( $bar ) {  $x = 1;                                    #numbers  $s = 'string';                             //Strings  echo "bar is \"$bar\"\n        \t and this is all text!";           #Multi line text}?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?