"remain"的翻译 使用英语:


  字典 中国人-英语

  例子 (外部来源,未经审查)

蛁 This function will fail if there are open transactions on a connection. This connection will remain open in this case.
This connection will remain open in this case.
蛁 This function will fail if there are open transactions on this connection. The connection will remain open in this case.
The connection will remain open in this case.
Second, the connection to the SQL server will not be closed when the execution of the script ends. Instead, the link will remain open for future use.
Instead, the link will remain open for future use.
Forces conversion to a double, the default floating point type. NULL values, Booleans, resources, longs, and of course doubles remain untouched. Strings containing a number are converted to their corresponding numeric representation, otherwise resulting in 0.0. Arrays and objects are converted to 0.0 if empty, 1.0 otherwise.
Strings containing a number are converted to their corresponding numeric representation, otherwise resulting in 0.0.
Forces conversion to a long, the default integer type. NULL values, Booleans, resources, and of course longs remain untouched. Doubles are truncated. Strings containing an integer are converted to their corresponding numeric representation, otherwise resulting in 0. Arrays and objects are converted to 0 if empty, 1 otherwise.
Arrays and objects are converted to 0 if empty, 1 otherwise.
Forces conversion to an object. Objects remain untouched. NULL values are converted to an empty object. Arrays are converted to objects by introducing their keys as properties into the objects and their values as corresponding property contents in the object. All other types result in an object with the property scalar, having the corresponding source value as content.
All other types result in an object with the property scalar, having the corresponding source value as content.
Forces conversion to an array. Arrays remain untouched. Objects are converted to an array by assigning all their properties to the array table. All property names are used as keys, property contents as values. NULL values are converted to an empty array. All other values are converted to an array that contains the specific source value in the element with the key 0.
All property names are used as keys, property contents as values.