Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
# Samples for the AWS SDK for PHP
|
|
|
2 |
|
|
|
3 |
This is a small handful of samples that should be ready-to-run. For more tutorials, screencasts and other
|
|
|
4 |
educational materials, check out the [PHP Developer Center](http://aws.amazon.com/php) to learn more.
|
|
|
5 |
|
|
|
6 |
If a file begins with:
|
|
|
7 |
|
|
|
8 |
* `html` -- You should run this in a web browser because it outputs HTML.
|
|
|
9 |
* `cli` -- You can run this on the command line (via `php <filename>`) OR in a web browser.
|