Function isChildOf
Returns whether the child board id is actually a child of the parent (recursive).
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Boards.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Boards.php
integer |
$child |
The ID of the child board |
integer |
$parent |
The ID of a parent board |
boolean
|
Whether the specified child board is actually a child of the specified parent board. |