"easily"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| The following example provides file based session storage similar to the PHP sessions default save handler files. This example could easily be extended to cover database storage using your favorite PHP supported database engine. | This example could easily be extended to cover database storage using your favorite PHP supported database engine. |
| unserialize defaults to TRUE if it is set to TRUE, the message is treated as though it was serialized using the same mechanism as the session module. The message will be unserialized and then returned to your script. This allows you to easily receive arrays or complex object structures from other PHP scripts, or if you are using the WDDX serializer, from any WDDX compatible source. If unserialize is FALSE, the message will be returned as a binary safe string. | unserialize defaults to TRUE if it is set to TRUE, the message is treated as though it was serialized using the same mechanism as the session module. |
| You may plead that the attacker must possess a piece of information about the database schema in most examples. You are right, but you never know when and how it can be taken out, and if it happens, your database may be exposed. If you are using an open source, or publicly available database handling package, which may belong to a content management system or forum, the intruders easily produce a copy of a piece of your code. It may be also a security risk if it is a poorly designed one. | A frightening example how operating system level commands can be accessed on some database hosts. |