jkohler Posted March 21, 2007 Share Posted March 21, 2007 is there an equivalent to open(/dev/"mydevice", O_RDWR) and the other low level file commands in PHP? Link to comment https://forums.phpfreaks.com/topic/43682-low-level-file-io/ Share on other sites More sharing options...
trq Posted March 21, 2007 Share Posted March 21, 2007 You might take a look at the posix module but Im not 100% sure. Link to comment https://forums.phpfreaks.com/topic/43682-low-level-file-io/#findComment-212052 Share on other sites More sharing options...
per1os Posted March 21, 2007 Share Posted March 21, 2007 http://us3.php.net/manual/en/function.fopen.php I think that is what you want. Link to comment https://forums.phpfreaks.com/topic/43682-low-level-file-io/#findComment-212053 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.