Previous Page
solarSpecificException()

Solar_Example
staticFilterCallback()

Next Page
staticValidIsInt()

staticFilterCallback()

static public string staticFilterCallback ( string $value, mixed $find, mixed $with )

Used for testing Solar_Filter::callback() as a static method.

Parameters

  • (string) $value: The value to filter.
  • (mixed) $find: Find this string in the value.
  • (mixed) $with: Replace with this string.

Returns

  • (string) The filtered value.

Description

Used for testing Solar_Filter::callback() as a static method.