getID3::getid3_tempnam() –
You appear to be a bot. Output may be restricted
Description
Usage
$string|bool = getID3::getid3_tempnam();
Parameters
Returns
string|bool
Source
File name: wordpress/wp-includes/ID3/getid3.php
Lines:
1 to 3 of 3
public function getid3_tempnam() { return tempnam($this->tempdir, 'gI3'); }