PHP Classes
elePHPant
Icontem

URI

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 104       Packages icon Packages (33)   Blogs icon Blogs (4)   Packages icon Forums icon Package forums (59)   Blogs icon Forums icon Blog forums (8)  

      1-10   11-20   21-30   31-33   Next >  
apache_lookup_uri Support forum apache_lookup_uri Emulates apache_lookup_uri function   This class is meant to emulate the apache_lookup_uri function even when it is not available, like when PHP installed as CGI module. The apache_lookup_uri function performs a partial request for the specified URI ...
URI Cache Support forum uri_cache Cache pages based files based on the request URI   This class can be used to cache whole pages on files with names based on the request URI. It takes the current request URI and uses MD5 to compute the name of a file that should store the cached version of the current ...
Smart URI Support forum smart_uri Wrap all site requests around a single PHP script   This class can be used to wrap the service of the requests to all pages of a site using a single PHP script. It takes as argument an array that defines the mapping patterns of request URI to wrapper scripts that ...
... class can parse and build URIs from routing rules. It can as parameter an array with the list of supported routing rules. The class can parse given URI to extract the route parameters like the route, controller, action, etc. from the URL based on the defined rules. It can also rebuild the URI from the ...
... class can emulate a page request URL rewriting and redirection specified within the same PHP script. It can a PHP script handle a request with an URI like this: /home/name.php?p1=a&p2=b&xy=123 when it is requested a page with an URI like this: /goto/home/name/xyz/NQw/NQi/RwSy=/index.html or, optionally ...
URI Reputation Support forum uri-reputation Check if a given address is in a DNS blacklist   This class can check if a given address is in a DNS blacklist. It takes an URL as parameter, extracts the URL domain, resolves its IP address and send a request to a blacklist DNS server to check if the address ...
URI Rewrite Handler Support forum rewrite-engine Rewrite request URLs split with backslashes   This class can rewrite request URLs split with backslashes. It can parse the current request URL and extract the URL bits split with backslash characters. The class can also build a new URL assembling given ...
Data URI Support forum class-data-uri Generate data URL to embed binaries in links   This class can generate data URL to embed binaries in links. It can generate a URL that includes the data of a given file. The class can set the URL character set and MIME type of the data to given values, guess from ...
PHP URI Class Support forum phpuri Convert the request path info string into an array   This class can be used to convert the request path info string into an array. It parses the PATH_INFO request variable and splits into parts separated by the slash that are stored in an array class variable. The ...
... determine if it is an absolute or a relative URL. The class can rewrite relative URLs to make them an absolute considering another absolute URL. PHP URI Support forum php-uri Convert relative to absolute URLs   Class source Documentation Sample output Site Meter

      1-10   11-20   21-30   31-33   Next >