"always"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| This function always returns TRUE. | Note |
| For ISO 8859 , mbstring always detects as ISO 8859 . | For ISO 8859 , mbstring always detects as ISO 8859 . |
| 这是 经常 always 解决 works out | Then it's always works out. |
| ע Always refer to the module specific documentation as well. | Always refer to the module specific documentation as well. |
| 蛁 Always refer to the module specific documentation as well. | Always refer to the module specific documentation as well. |
| 蛁 The query string shall always end with a semicolon. | The query string shall always end with a semicolon. |
| None besides functions from the standard C library which are always available. | None besides functions from the standard C library which are always available. |
| For UTF 16, UTF 32, UCS2 and UCS4, encoding detection will fail always. | For UTF 16, UTF 32, UCS2 and UCS4, encoding detection will fail always. |
| Calculates n modulo d. The result is always non negative, the sign of d is ignored. | The result is always non negative, the sign of d is ignored. |
| Never connect to the database as a superuser or as the database owner. Use always customized users with very limited privileges. | You may plead that the attacker must possess a piece of information about the database schema in most examples. |
| The host, database, username and password parameters are expected, but not always used depending on the connect functions for the abstracted module. | The host, database, username and password parameters are expected, but not always used depending on the connect functions for the abstracted module. |
| Calculate greatest common divisor of a and b. The result is always positive even if either of, or both, input operands are negative. | The result is always positive even if either of, or both, input operands are negative. |
| ע For PHP 4.1.2 or less, it is enabled by compiling with enable trans sid. From PHP 4.2.0, trans sid feature is always compiled. | URL based session management has additional security risks compared to cookie based session management. |
| Returns the object ID of the hyperroot collection. Currently this is always 0. The child collection of the hyperroot is the root collection of the connected server. | The child collection of the hyperroot is the root collection of the connected server. |
| As of 4.0b4, PHP always outputs a character encoding by default in the Content type header. To disable sending of the charset, simply set it to be empty. | As of 4.0b4, PHP always outputs a character encoding by default in the Content type header. |
| This is not a POSIX function, but is common on System V systems. If your system does not support this function at system level, this PHP function will always return FALSE. | If your system does not support this function at system level, this PHP function will always return FALSE. |
| This is not a POSIX function, but is common on BSD and System V systems. If your system does not support this function at system level, this PHP function will always return FALSE. | If your system does not support this function at system level, this PHP function will always return FALSE. |
| Assertions should not be used for normal runtime operations like input parameter checks. As a rule of thumb your code should always be able to work correctly if assertion checking is not activated. | As a rule of thumb your code should always be able to work correctly if assertion checking is not activated. |
| When called with a string argument they will check every character in the string and will only return TRUE if every character in the string matches the requested criteria. When called with an empty string the result will always be TRUE. | When called with an empty string the result will always be TRUE. |
| This function returns the string error message explaining the error number errno. While LDAP errno numbers are standardized, different libraries return different or even localized textual error messages. Never check for a specific error message text, but always use an error number to check. | Never check for a specific error message text, but always use an error number to check. |
| The variables generated with the snippet above will always be of local scope, so they reside in the context in which the function has been called. To create new variables in the global scope, use the same method but refer to another symbol table | To create new variables in the global scope, use the same method but refer to another symbol table |
| If you have built PHP as a CGI program, you may test your build by typing make test. It is always a good idea to test your build. This way you may catch a problem with PHP on your platform early instead of having to struggle with it later. | For further details please read that section of the manual. |
| Next is the parameter count as integer and an array containing all necessary parameters. The last argument specifies whether the function should perform zval separation this should always be set to 0. If set to 1, the function consumes less memory but fails if any of the parameters need separation. | If set to 1, the function consumes less memory but fails if any of the parameters need separation. |
| Assertions should be used as a debugging feature only. You may use them for sanity checks that test for conditions that should always be TRUE and that indicate some programming errors if not or to check for the presence of certain features like extension functions or certain system limits and features. | You may use them for sanity checks that test for conditions that should always be TRUE and that indicate some programming errors if not or to check for the presence of certain features like extension functions or certain system limits and features. |
| Beginning with PHP 4.3, bits and channels are present for other image types, too. However, the presence of these values can be a bit confusing. As an example, GIF always uses 3 channels per pixel, but the number of bits per pixel cannot be calculated for an animated GIF with a global color table. | As an example, GIF always uses 3 channels per pixel, but the number of bits per pixel cannot be calculated for an animated GIF with a global color table. |
| The greatest weakness in many PHP programs is not inherent in the language itself, but merely an issue of code not being written with security in mind. For this reason, you should always take the time to consider the implications of a given piece of code, to ascertain the possible damage if an unexpected variable is submitted to it. | For this reason, you should always take the time to consider the implications of a given piece of code, to ascertain the possible damage if an unexpected variable is submitted to it. |
| PHP doesn't make use of any formal function declarations this is why call syntax is always completely dynamic and never checked for errors. Checking for correct call syntax is left to the user code. For example, it's possible to call a function using only one argument at one time and four arguments the next time both invocations are syntactically absolutely correct. | Since PHP doesn 't have formal function definitions with support for call syntax checking, and since PHP features variable arguments, sometimes you need to find out with how many arguments your function has been called. |
| Make sure you have the same libraries linked to the Sablotron library as those, which are linked with PHP. The configuration options with expat dir DIR with iconv dir DIR are there to help you specify them. When asking for support, always mention these directives, and whether there are other versions of those libraries installed on your system somewhere. Naturally, provide all the version numbers. | On UNIX, run configure with the enable xslt with xslt sablot options. |