Help for this page

Select Code to Download


  1. or download this
       This extension is very Unix-oriented (struct statfs and the statfs 
    +system call).  If you are not
       running on a Unix system, you can substitute for statfs any other f
    +unction that returns multiple
       values, you can hard-code values to be returned to the caller (alth
    +ough this will be a bit harder
       to test the error case), or you can simply not do this example.