PHP funkce get_resources()
Dostupnost ve verzích: PHP 7.0
Returns active resources
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$type |
string |
není | If defined, this will cause get_resources() to only return resources of the given type. A list of resource types is available. If the string Unknown is provided as the type, then only resources that are of an unknown type will be returned. If omitted, all resources will be returned. |
Návratové hodnoty
array
Returns an array of currently active resources, indexed by resource number.