"stored"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| r resource, stored in zval | r resource, stored in zval |
| a array, stored in zval | a array, stored in zval |
| These functions allow read only access to data stored in filePro databases. | filePro is a registered trademark of fP Technologies, Inc. |
| Complex types such as arrays and objects require different treatment. Zend features a single API for these types they're stored using hash tables. | Zend features a single API for these types they 're stored using hash tables. |
| There is no typed data all values in the SWF action machine are stored as strings. The following functions can be used in expressions | The following functions can be used in expressions |
| 蛁 Error code is stored in first array element, error text in second. The error code is equivalent to IRC reply codes as defined by RFC 2812. | The error code is equivalent to IRC reply codes as defined by RFC 2812. |
| You may use stored procedures and previously defined cursors to abstract data access so that users do not directly access tables or views, but this solution has another impacts. | You may use stored procedures and previously defined cursors to abstract data access so that users do not directly access tables or views, but this solution has another impacts. |
| What is really going on when you register a new resource is it gets inserted in an internal list in Zend and the result is just stored in the given zval container | What is really going on when you register a new resource is it gets inserted in an internal list in Zend and the result is just stored in the given zval container |
| If the outfilename is specified, it should be a string holding the name of a file into which the certificates of the persons that signed the messages will be stored in PEM format. | If the outfilename is specified, it should be a string holding the name of a file into which the certificates of the persons that signed the messages will be stored in PEM format. |
| A visitor accessing your web site is assigned an unique id, the so called session id. This is either stored in a cookie on the user side or is propagated in the URL. | The session support allows you to register arbitrary numbers of variables to be preserved across requests. |
| 蛁 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. |
| Returns the content of the document. If the document is an HTML document the content is everything after the BODY tag. Information from the HEAD and BODY tag is in the stored in the object record. | Information from the HEAD and BODY tag is in the stored in the object record. |
| To access a long you access zval.value.lval, to access a double you use zval.value.dval, and so on. Because all values are stored in a union, trying to access data with incorrect union members results in meaningless output. | Because all values are stored in a union, trying to access data with incorrect union members results in meaningless output. |
| Parses str as if it were the query string passed via an URL and sets variables in the current scope. If the second parameter arr is present, variables are stored in this variable as an array elements instead. | Note |
| Note that PHP internally stores integral values as signed. If you unpack a large unsigned long and it is of the same size as PHP internally stored values the result will be a negative number even though unsigned unpacking was specified. | If you unpack a large unsigned long and it is of the same size as PHP internally stored values the result will be a negative number even though unsigned unpacking was specified. |
| Also note that PHP internally stores integer values as signed values of a machine dependent size. If you give it an unsigned integer value too large to be stored that way it is converted to a float which often yields an undesired result. | If you give it an unsigned integer value too large to be stored that way it is converted to a float which often yields an undesired result. |
| If you have PHP compiled with enable exif you are able to work with information stored in headers of JPEG and TIFF images. This way you can read meta data generated by digital cameras as mentioned above. These functions does not require the GD library. | This way you can read meta data generated by digital cameras as mentioned above. |
| The number of references that exist for this variable. For every new reference to the value stored in this variable, this counter is increased by 1. For every lost reference, this counter is decreased by 1. When the reference counter reaches 0, no references exist to this value anymore, which causes automatic freeing of the value. | When the reference counter reaches 0, no references exist to this value anymore, which causes automatic freeing of the value. |
| http www.janeresture.com oceania_warming1 http ourworld.compuserve.com homepages tvchoice tvc99x.htm 关于对图瓦卢近代史的精彩介绍 见G.A. Finin, 小能生存 太平洋珊瑚岛国盛衰综述 东 西中心工作文件 第15号 2002年4月, http www.eastwestcenter.org stored pdfs PIDPwp015.pdf | http www.janeresture.com oceania_warming1 http ourworld.compuserve.com homepages tvchoice tvc99x.htm for a fascinating account of the recent history of Tuvalu, see G. A. Finin, Small is Viable the Global Ebbs and Flows of a Pacific Atoll Nation, East West Center Working Papers, No. 15 April 2002 at http www.eastwestcenter.org stored pdfs PIDPwp015.pdf. |
| The easiest way to work around this problem is to first create your own encryption package, and then use it from within your PHP scripts. PHP can assist you in this case with its several extensions, such as Mcrypt and Mhash, covering a wide variety of encryption algorithms. The script encrypts the data be stored first, and decrypts it when retrieving. See the references for further examples how encryption works. | PHP can assist you in this case with its several extensions, such as Mcrypt and Mhash, covering a wide variety of encryption algorithms. |
| When sending more than one SQL statement to the server or executing a stored procedure with multiple results, it will cause the server to return multiple result sets. This function will test for additional results available form the server. If an additional result set exists it will free the existing result set and prepare to fetch the rows from the new result set. The function will return TRUE if an additional result set was available or FALSE otherwise. | The function will return TRUE if an additional result set was available or FALSE otherwise. |
| When sending more than one SQL statement to the server or executing a stored procedure with multiple results will cause the server to return multiple result sets. This function will test for additional results available form the server. If an additional result set exists it will free the existing result set and prepare to fetch the words from the new result set. The function will return TRUE if an additional result set was available or FALSE otherwise. | The function will return TRUE if an additional result set was available or FALSE otherwise. |
| Sets or replaces the content of the document. If the document is an HTML document the content is everything after the BODY tag. Information from the HEAD and BODY tag is in the stored in the object record. If you provide this information in the content of the document too, the Hyperwave server will change the object record accordingly when the document is inserted. Probably not a very good idea. If this functions fails the document will retain its old content. | If you provide this information in the content of the document too, the Hyperwave server will change the object record accordingly when the document is inserted. |