isQuote.php
Table of Contents
Functions
- isQuote() : bool
- Checks if a character is a known quote character.
Functions
isQuote()
Checks if a character is a known quote character.
isQuote(string $char) : bool
Parameters
- $char : string
Tags
Return values
bool —True if the character is a quote, false otherwise.