Php Check If Variable Is Resource

[Solved] Php Check If Variable Is Resource | Php - Code Explorer | yomemimo.com
Question : php check if variable is resource

Answered by : revaz-gh

function isResource($file) { if (is_resource($file)) { return TRUE; } else { return FALSE; }
}

Source : | Last Update : Mon, 27 Sep 21

Answers related to php check if variable is resource

Code Explorer Popular Question For Php