Типи ресурсів
PHP Manual
PHP Manual»Встановлення/налаштування»Типи ресурсів

There are two resource types used in the MySQL module. The first one is the link identifier for a database connection, the second a resource which holds the result of a query.

To Top