首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 查询路径孵化类

查询路径孵化类

  • 资源大小:2.17 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 路径 查询 孵化

资 源 简 介

Welcome to the query-path incubation class project on google code! general requirements PHP Version: >5.0 ( recommended ) licensing This code is open source and orginally create by Matthias Kaschubowski ( me ). If possible credit my work at your projects or webpages. description queryIncubator splits a string along its defined seperator and delivers an array of ( possibly user-defined ) objects or strings. He also grants event-based string-manipulation of each string-therm. Any Event must be realised along closures. basic usage ``` require_once("includes/libs/query.incubator.php"); // current url e.g.: http://example.com/?q=test/this $q = new queryIncubator($_GET["q"], "/"); $queryLevels = $q->incubate()->asArray(); var_dump($queryLevels); ``` advance usage ``` require_once("includes/libs/query.incubator.php"); // current url e.g.: http://examp

文 件 列 表

query.incubator.php
VIP VIP
0.176943s