<?phpnamespace app\admin\controller;use think\Controller;class Index extends Controller{ &n...
236
標(biāo)題:北京市區(qū)地址:www.api.com/address.php傳值:value 市 label 區(qū)返回值: { 'value': &...
273
<?php (function(){ for($i=0;$i<20;$i++){  ...
168
function getArea($pid){ $conn = mysqli_connect('127.0.0.1','root',...
282
<?php $str6='<h1>$我在\'php中文網(wǎng)\'學(xué)習(xí) PHP 和 HTML ...
298
/*** 配置文件Config.php*/<?php/** * 配置文件:適用于整個應(yīng)用 * 采用php數(shù)組的方式返回數(shù)據(jù) */return [ //應(yīng)用配置...
568
一、打開cmd,修改目錄指向自己制定的目錄二、輸入命令:composer require smarty/smarty三、在頁面載入smarty文件require __DIR__.'/vendo...
220
<?php //目錄的剪切 function cut_dir($src,$dest){//$dest新目錄 if(is_dir($dest)){ //拼接目標(biāo)路徑 ...
315
<?php function creat_folder($dirname){ if(file_exists($dirname)){ return '存在相同的文...
274
<?php function add($int1,$int2){ $sum = $int1+$int2;  ...
204
簡易mvc應(yīng)用目錄架構(gòu)
249
function upload_file($fileInfo,$uploadpath='./upload',$allowExt=['png','jpg'...
298
JSON是一種數(shù)據(jù)格式,是一種在互聯(lián)網(wǎng)傳輸中運(yùn)用最多的數(shù)據(jù)交換語言,由于它輕便、靈巧,且能從各種語言中完全獨(dú)立出來,所以成為目前最理想的數(shù)據(jù)交換語言。
313
<?php session_start(); //啟動 session 會話  ...
275
時間有限, 直接看視頻先  ...
282