"allows"的翻译 使用英语:


  字典 中国人-英语

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

This function allows you to override the current domain for a single message lookup. It also allows you to specify a category.
It also allows you to specify a category.
This function allows to convert GMP number to integer.
This function allows to convert GMP number to integer.
This function allows you to use different sets of databases within a session.
This function allows you to use different sets of databases within a session.
Disable the URL aware fopen wrapper that allows accessing files via HTTP or FTP.
Disable the URL aware fopen wrapper that allows accessing files via HTTP or FTP.
There is a PHP3 SESAM interface available which allows database operations via PHP scripts.
PHP 4 does not support the SESAM database.
Using a. in the include path allows for relative includes as it means the current directory.
Only used if non empty.
The parsing function has an extended version that allows for an additional flags argument that controls its actions.
The parsing function has an extended version that allows for an additional flags argument that controls its actions.
This multiple stage type of processing, similar to a stairway, allows convenient processing of a variable number of arguments.
This multiple stage type of processing, similar to a stairway, allows convenient processing of a variable number of arguments.
Allows you to mark certain parameters so that they're forced to be passed by reference. You usually should set this to NULL.
You usually should set this to NULL.
Tightness allows you to control the amount of white space between characters. This amount is added to the normal character width and can also be negative.
This amount is added to the normal character width and can also be negative.
The optional offset parameter allows you to specify which character in haystack to start searching. The position returned is still relative to the the beginning of haystack.
The position returned is still relative to the the beginning of haystack.
Space allows you to change the default value of a space in a font. This amount is added to the normal value and can also be negative.
This amount is added to the normal value and can also be negative.
蛁 If the command to be executed could not be found, a valid resource is returned. This may seem odd, but makes sense it allows you to access any error message returned by the shell
This may seem odd, but makes sense it allows you to access any error message returned by the shell
The query allows to further select certain objects from the list of given objects. Unlike the other query functions, this query may use not indexed attributes. How many object records are returned depends on the query and if access to the object is allowed.
How many object records are returned depends on the query and if access to the object is allowed.
This function allows you to set the file in which you want XSLT log messages to, XSLT log messages are different than error messages, in that log messages are not actually error messages but rather messages related to the state of the XSLT processor. They are useful for debugging XSLT, when something goes wrong.
They are useful for debugging XSLT, when something goes wrong.
The optional serialize controls how the message is sent. serialize defaults to TRUE which means that the message is serialized using the same mechanism as the session module before being sent to the queue. This allows complex arrays and objects to be sent to other PHP scripts, or if you are using the WDDX serializer, to any WDDX compatible client.
This allows complex arrays and objects to be sent to other PHP scripts, or if you are using the WDDX serializer, to any WDDX compatible client.
This function allows sending of emails with correct handling of Cc and Bcc receivers. The parameters to, cc and bcc are all strings and are all parsed as rfc822 address lists. The receivers specified in bcc will get the mail, but are excluded from the headers. Use the rpath parameter to specify return path. This is useful when using php as a mail client for multiple users.
This is useful when using php as a mail client for multiple users.
A standard attack tactic involves profiling a system by feeding it improper data, and checking for the kinds, and contexts, of the errors which are returned. This allows the system cracker to probe for information about the server, to determine possible weaknesses. For example, if an attacker had gleaned information about a page based on a prior form submission, they may attempt to override variables, or modify them
The PHP errors which are normally returned can be quite helpful to a developer who is trying to debug a script, indicating such things as the function or file that failed, the PHP file it failed in, and the line number which the failure occured in.
This function allows fiddling with the ODBC options for a particular connection or query result. It was written to help find work arounds to problems in quirky ODBC drivers. You should probably only use this function if you are an ODBC programmer and understand the effects the various options will have. You will certainly need a good ODBC reference to explain all the different options and values that can be used. Different driver versions support different options.
You will certainly need a good ODBC reference to explain all the different options and values that can be used.
unserialize defaults to TRUE if it is set to TRUE, the message is treated as though it was serialized using the same mechanism as the session module. The message will be unserialized and then returned to your script. This allows you to easily receive arrays or complex object structures from other PHP scripts, or if you are using the WDDX serializer, from any WDDX compatible source. If unserialize is FALSE, the message will be returned as a binary safe string.
unserialize defaults to TRUE if it is set to TRUE, the message is treated as though it was serialized using the same mechanism as the session module.