<?php$str = "This is some <b>bold</b> text.";$str = "This is some <...
215
寫小案例無從下手,把字符串函數(shù)整體練習(xí)了一遍<?php //字符串練習(xí) //1、echo $name = 'harry'; $age =&nbs...
239
<?php /** * Created by PhpStorm. * User: 普通用戶 * D...
288
<?php class Father { public static $name='關(guān)羽'; public static&nbs...
195
//layout.html {include file="public/header" /} {__CONTENT__} {include file=...
299
<?phpheader("Content-type: text/html; charset=utf-8");date_default_timezone_set("P...
595
<?php //先創(chuàng)建一個(gè)類在test文件夾中,該文件夾與當(dāng)前文件同級 /* class animals //動物類 { public&n...
214
<?php //首先 創(chuàng)建數(shù)組 以社會主義核心價(jià)值觀為例 $str=['first'=>'富強(qiáng)、民主、文明、和諧','secon...
449
<?php $str = htmlspecialchars(<a href='test'>Test</a>); echo&n...
504
spl_autoload_register('auto1'); spl_autoload_...
182
<?php /** * Created by PhpStorm. * User: 普通用戶 * D...
283
<?php //數(shù)據(jù)庫連接過程 class Db { public function connect() &nbs...
200
1、控制器中的代碼2、視圖代碼3、顯示效果
167
<?phpnamespace Util;use think\Db;class SysDb{ // 指定表名 public function table($table){&nb...
278
打開Composer中文網(wǎng) 找到thinkphp的擴(kuò)展包列表-搜索think-captcha 點(diǎn)擊第一個(gè)topthink/think-captcha 復(fù)制安裝方法composer requ...
239