"store"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| Your resource pointer you want to store. | Your resource pointer you want to store. |
| This function causes a store to add the specified flag to the flags set for the messages in the specified sequence. | This function causes a store to add the specified flag to the flags set for the messages in the specified sequence. |
| 蛁 The tag UserComment has the same problem as the Copyright tag. It can store two values first the encoding used and second the value itself. If so the IFD section only contains the encoding or a byte array. The COMPUTED section will store both in the entries UserCommentEncoding and UserComment. The entry UserComment is available in both cases so it should be used in preference to the value in IFD0 section. | If the user comment uses Unicode or JIS encoding and the module mbstring is available this encoding will automatically changed according to the exif ini settings. |
| 蛁 There seems to be no other way to find out the original filename but to store the file using a directory as savepath and check for the basename it was stored under. | There seems to be no other way to find out the original filename but to store the file using a directory as savepath and check for the basename it was stored under. |
| For example, resources are used to store database links and file descriptors. The de facto standard implementation can be found in the MySQL module, but other modules such as the Oracle module also make use of resources. | The de facto standard implementation can be found in the MySQL module, but other modules such as the Oracle module also make use of resources. |
| The session module cannot guarantee that the information you store in a session is only viewed by the user who created the session. You need to take additional measures to actively protect the integrity of the session, depending on the value associated with it. | Assess the importance of the data carried by your sessions and deploy addditional protections this usually comes at a price, reduced convenience for the user. |
| 我们在 App Store 上放了一个免费 App 如果你们在自己的手机上安装了这个 App 我们现在就可以一起控制这个机器人 还可以一起玩游戏 | Now this is a free app on the App Store, so if any of you guys had this app on your phones, we could literally right now share control of the robot and play games together. |
| 蛁 It is currently impossible to register resource variables in a session. For example, you cannot create a connection to a database and store the connection id as a session variable and expect the connection to still be valid the next time the session is restored. PHP functions that return a resource are identified by having a return type of resource in their function definition. A list of functions that return resources are available in the resource types appendix. | PHP functions that return a resource are identified by having a return type of resource in their function definition. |