Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

victor at gmail dot com
5 years ago
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();
}
}

<< Back to user notes page

To Top