09c07-1.php
来自「介绍PHP5的给类型函数应用」· PHP 代码 · 共 16 行
PHP
16 行
<?php// Declare all text strings that we need, in English.$GLOBALS['text'] = array ( 'welcome' => 'Welcome to our website!', 'thanks' => 'Thank you for your patronage.', 'sky' => 'The sky is falling!', 'game' => 'Would you like to play a game?', 'switch' => 'Switch the language to:', );// Now, also define alternative imgs for our use$GLOBALS['imgsrc'] = array ( 'title' => 'graphics/title.en.png', 'footer' => 'graphics/foot.en.jpg' );?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?