| http://www.w3.org/ns/prov#value | - Below is an example from my library (methods of class TNetSocket): //-- select function select($aread=NULL,$awrite=NULL,$aexcept=NULL,$timeout=NULL) { while(1) { $res=; $res=socket_select($aread, $awrite, $aexcept, $timeout); // if errno===0 it means what select was interrrupted by SysV signal if($res===false && socket_last_error($this->socket())!==0) { // error occured, interrupted not by a sig
|