Download List

프로젝트 설명

superGlobals is a PHP library that transparently injects into a superglobal or global variable while keeping all functionality of a regular array, but extending it with type casting and URI parsing into that array. It can use memcached for additional performance and can interact with custom DB abstractions (mostly PEAR). It may filter, cast, or validate variables as: boolean, integer, float, string, array, object, IPv4 address, IPv6 address, regular expression, URL, URL encoded string, HTML escaped string, or SQL escaped string. It is possible to pass a function name callback as a casting or validation method. Also, it is possible to pass multiple casting methods for each variable, which is useful for array processing.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-03-30 05:45 Back to release list
1.169

이 릴리스의 슈퍼 전역 변수를 추가합니다 : : : 모든 매개 변수를 등록하지 않고 라이브러리를 실행하기위한 방법으로 시작합니다. 그것은 일부 수정 PHP 버전에 정의되지 않은 변수에 대해 하나의 통지.
This release adds the superGlobal::start method for running a library without registering any params. It fixes a single notice about undefined variables in some PHP versions.

Project Resources