|
get_resource_idReturns an integer identifier for the given resource Description
int get_resource_id(resource
$resource )This function provides a type-safe way for generating the integer identifier for a resource. Parameters
Return Values
The int identifier for the given
This function is essentially an int cast of
Examples
Example #1 get_resource_id produces the same result as an int cast
The above example will output something similar to: 698 698 See Also
|