PHP » GoLang |
login |
register |
about
|
posix_mknod(PHP 5 >= 5.1.0, PHP 7) posix_mknod — Create a special or ordinary file (POSIX.1) Description
bool posix_mknod
( string
$pathname
, int $mode
[, int $major = 0
[, int $minor = 0
]] )Creates a special or ordinary file. Parameters
Return Values
Returns Examples
Example #1 A posix_mknod() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|