Function __global->is_spacer_post
Definitions
sources/global3.php
- Find if a forum post is a spacer post.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $post | string | No | No | required parameter | N/A | N/A | The spacer post |
Returns
- A pair: Whether it is, and the language it is in
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if a forum post is a spacer post.
*
* @param string $post The spacer post
* @return array A pair: Whether it is, and the language it is in
*/
function is_spacer_post(string $post) : array
* Find if a forum post is a spacer post.
*
* @param string $post The spacer post
* @return array A pair: Whether it is, and the language it is in
*/
function is_spacer_post(string $post) : array
