Translation of " encountered" to English language:
Dictionary Chinese-English
Examples (External sources, not reviewed)
| Run time notices. Indicate that the script encountered something that could indicate an error, but could also happen in the normal course of running a script. | Indicate that the script encountered something that could indicate an error, but could also happen in the normal course of running a script. |
| This function returns a compressed version of the input data using the ZLIB data format, or FALSE if an error is encountered. The optional parameter level can be given as 0 for no compression up to 9 for maximum compression. | The optional parameter level can be given as 0 for no compression up to 9 for maximum compression. |
| This function returns a compressed version of the input data using the DEFLATE data format, or FALSE if an error is encountered. The optional parameter level can be given as 0 for no compression up to 9 for maximum compression. | The optional parameter level can be given as 0 for no compression up to 9 for maximum compression. |
| This function returns a compressed version of the input data compatible with the output of the gzip program, or FALSE if an error is encountered. The optional parameter level can be given as 0 for no compression up to 9 for maximum compression, if not given the default compression level will be the default compression level of the zlib library. | The optional parameter level can be given as 0 for no compression up to 9 for maximum compression, if not given the default compression level will be the default compression level of the zlib library. |