Using Windows Azure Storage with PHP Applications
Windows Azure provides three services for storing data in the cloud: Blob Service (for storing binary large objects), Table Service (for storing loosely structured, non-relational data), and Queue Service (for storing messages). Each service provides persistent, redundant storage in the cloud and is accessible via a REST API. The following articles provide step-by-step instructions for using the Windows Azure SDK for PHP to access Windows Azure Storage Services:
-
How to use the Blob service from PHP
-
How to use the Table service from PHP
-
How to use the Queue service from PHP
Note that Database SQL di Windows Azure is also an option for storing data in the cloud. Database SQL is a relational data store in the cloud that provides all of the functionality of a relational database management system. For more information, see Using Windows Azure SQL Database with PHP Applications.
Vedere anche
Data di compilazione: