You can use this code in windows or if you system has no posix support:
<?php
if (!function_exists('posix_getpid')) {
function posix_getpid() {
return getmypid();
}
}
You can use this code in windows or if you system has no posix support:
<?php
if (!function_exists('posix_getpid')) {
function posix_getpid() {
return getmypid();
}
}