2 Star 0 Fork 0

mtr2015 / opencart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ex.php 462 Bytes
一键复制 编辑 原始数据 按行查看 历史
mtr2015 提交于 2016-07-12 23:24 . 5
<?php
echo substr("Hello world",-2,-2)."<br>";
die();
/* $route = 'common/home';
$parts = explode('/', preg_replace('/[^a-zA-Z0-9_\/]/', '', (string)$route));
print_r($parts);
die(); */
/* $a1=array("red","green");
$a2=array("blue","yellow");
print_r(array_merge($a1,$a2));
die(); */
define('DIR_MODIFICATION', 'D:/WWW/opencart2.2/2.2.0.0-compiled/catalog/');
echo strlen(DIR_MODIFICATION); //64
die();
echo substr($filename, strlen(DIR_APPLICATION));
PHP
1
https://gitee.com/mtr2015/opencart.git
git@gitee.com:mtr2015/opencart.git
mtr2015
opencart
opencart
master

搜索帮助