[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/include/Zend/ -> Uri.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id: Uri.php 24593 2012-01-05 20:35:02Z matthew $
File Size: 207 lines (6 kb)
Included or required: 4 times
Referenced: 0 times
Includes or requires: 2 files
 include/Zend/Uri/Exception.php
 include/Zend/Loader.php

Defines 5 functions

  __toString()
  check()
  factory()
  getScheme()
  setConfig()

Functions
Functions that are not part of a class:

__toString()   X-Ref
Return a string representation of this URI.

return: string

check($uri)   X-Ref
Convenience function, checks that a $uri string is well-formed
by validating it but not returning an object.  Returns TRUE if
$uri is a well-formed URI, or FALSE otherwise.

param: string $uri The URI to check
return: boolean

factory($uri = 'http', $className = null)   X-Ref
Create a new Zend_Uri object for a URI.  If building a new URI, then $uri should contain
only the scheme (http, ftp, etc).  Otherwise, supply $uri with the complete URI.

param: string $uri       The URI form which a Zend_Uri instance is created
param: string $className The name of the class to use in order to manipulate URI
return: Zend_Uri

getScheme()   X-Ref
Get the URI's scheme

return: string|false Scheme or false if no scheme is set.

setConfig($config)   X-Ref
Set global configuration options

param: Zend_Config|array $config



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1