language types resource HH6VFTDS4FTEA7FF6XE7QDIG6FGP6Y46OV74SEI


ResourcePodręcznik PHPPoprzedniRozdział 6. TypesNastępnyResource A resource is a special variable, holding a reference to an external resource. Resources are created and used by special functions. See the appendix for a listing of all these functions and the corresponding resource types. Notatka: The resource type was introduced in PHP 4 Freeing resources Due to the reference-counting system introduced with PHP4's Zend-engine, it is automatically detected when a resource is no longer referred to (just like Java). When this is the case, all resources that were in use for this resource are made free by the garbage collector. For this reason, it is rarely ever necessary to free the memory manually by using some free_result function. Notatka: Persistent database-links are special, they are not destroyed by the gc. See also persistent links PoprzedniSpis treściNastępnyObjectsPoczątek rozdziałuNULL

Wyszukiwarka

Podobne podstrony:
language types resource
language types array
language types type juggling
language types
language types object
language types type juggling
language types boolean
language types string
language types integer
language types string
language types float
language types integer
language types
language types object
language types null
language types string

więcej podobnych podstron