getmypid is a PHP core function
This commit is contained in:
parent
d30b2804bc
commit
cc4fe0889d
@ -4097,17 +4097,4 @@ function getCurrencySymbol($currency_code)
|
|||||||
return $currency_sign;
|
return $currency_sign;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! function_exists('getmypid'))
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Return PID
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
function getmypid()
|
|
||||||
{
|
|
||||||
return rand(1,32768);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user