1.2.1049. Resources Usage¶
List of situations that are creating resources.
<?php
// This functioncall creates a resource to use
$fp = fopen('/tmp/file.txt', 'r');
if (!is_resource($fp)){
thrown new RuntimeException('Could not open file.txt');
}
?>
1.2.1049.1. Connex PHP features¶
1.2.1049.1.1. Specs¶
Short name |
Structures/ResourcesUsage |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |