Function Database_Static_xml->is_start_of_delimiter

Definitions

sources/database/xml.php

  • See if an item is a prefix to something in the delimiter array.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$looking string No No required parameter N/A N/A The item

Returns

  • Whether it is
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * See if an item is a prefix to something in the delimiter array.
 *
 * @param  string $looking The item
 * @return boolean Whether it is
 */

public function is_start_of_delimiter(string $looking) : bool