Detailed Description
Definition at line 37 of file Imfs.php.
Member Function Documentation
Convenience function to get the contents of a file on the Nirvanix IMFS. Analog to PHP's file_get_contents().
- Parameters:
-
| string | $filePath | Remote path and filename |
| integer | $expiration | Number of seconds that Nirvanix make the file available for download. |
- Returns:
- string Contents of file
Definition at line 48 of file Imfs.php.
Convenience function to put the contents of a string into the Nirvanix IMFS. Analog to PHP's file_put_contents().
- Parameters:
-
| string | $filePath | Remote path and filename |
| integer | $data | Data to store in the file |
| string | $mimeType | Mime type of data |
- Returns:
- Zend_Service_Nirvanix_Response
Definition at line 73 of file Imfs.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Service/Nirvanix/Namespace/Imfs.php