$catlist = array_merge(cat_list(0, 0, false), array('-'), article_cat_list(0, 0, false)); ...
報錯如下: Warning: Illegal string offset 阿根廷 inF: wnmp www test.phpon line Warning: Illegal string offset 中國 inF: wnmp www test.phpon line Warning: Illegal string offset 印尼 inF: wnmp www test.phpon line ...
2017-09-01 00:28 0 3144 推薦指數:
$catlist = array_merge(cat_list(0, 0, false), array('-'), article_cat_list(0, 0, false)); ...
比如這段代碼: ...
先更新本機內置的程序。 sudo apt-get updatesudo apt-get upgrade 安裝PHP 安裝結束之后就可以執行php -i命令查看到php-cli的信息 不過要配合nginx的話,需要用php-fpm來管理php的進程。 ...
第三節視頻: Nginx 基礎配置如下: 還有就是,注意 laravel-ubuntu 這個目錄的所有者為: www-data:www-data 最后給,storage 文件夾權限, ...
yum install http://rpms.remirepo.net/enterprise/remi-release-6.rpm yum -y install php71-php.x86_64 php71-php-cli.x86_64 php71-php ...
一、前言1. Xdebug 簡介Xdebug 是一個開放源代碼的 PHP 程序調試器(即一個Debug工具),可以用來跟蹤,調試和分析PHP程序的運行狀況。當前最新版本為 Xdebug 2.5.0。 2. Xdebug 相關資料官網:https://xdebug.org官網文檔:https ...
問題描述 最近在開發微信小程序涉及到加密數據(encryptedData)的解密,用的是PHP代碼,在運行后報錯mcrypt_module_ xxx is deprecated,提示方法已過時了 經研究得知,是php7.1版本引起的,可以使用openssl方法代替解密 ...
phpstudy切換的php7.1版本php-cgi報錯 是因為沒有裝對應vc的插件。 下載地址:https://www.microsoft.com/zh-CN/download/details.aspx?id=48145 注意:下32位的。 ...