Function smf_is_resource
Validates whether the resource is a valid mysqli instance. Mysqli uses objects rather than resource. https://bugs.php.net/bug.php?id=42797
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Db-mysql.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Db-mysql.php
mixed |
$result |
The string to test |
boolean
|
True if it is, false otherwise |