Function __global->_is_valid_data_mash_char

Definitions

sources/downloads2.php

  • Find if a character is basically a part of a text string.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
&$ch string Yes No required parameter N/A N/A Character to test

Returns

  • Whether the character is valid
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find if a character is basically a part of a text string.
 *
 * @param  string $ch Character to test
 * @return boolean Whether the character is valid
 */

function _is_valid_data_mash_char(string &$ch) : bool