Function CMS_RSS->startNameSpace

Definitions

sources/rss.php

  • Standard PHP XML parser function.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$parser mixed No No required parameter N/A N/A The parser
$prefix ~string No No required parameter N/A N/A N/A (false: ???)
$uri ?URLPATH No No Null N/A N/A The URI of the name space we are entering (null: not given)

Preview

Code (PHP)

/**
 * Standard PHP XML parser function.
 *
 * @param  mixed $parser The parser
 * @param  ~string $prefix N/A (false: ???)
 * @param  ?URLPATH $uri The URI of the name space we are entering (null: not given)
 */

public function startNameSpace($parser, $prefix, ?string $uri = null)