"called"的翻译 使用英语:


  字典 中国人-英语

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

If called with one parameter, the value of that setting is returned. If called with two parameters, the setting will be changed to the given value.
If called with two parameters, the setting will be changed to the given value.
This type of link is therefore called 'persistent'.
Note
This type of links is therefore called 'persistent'.
This type of links is therefore called 'persistent'.
The user supplied function will be called with the following arguments
The user supplied function will be called with the following arguments
桶跡 31 1. Zend's Parameters to Functions Called from PHP
Zend 's Parameters to Functions Called from PHP
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.
Registers the function named by func to be executed when a tick is called.
Registers the function named by func to be executed when a tick is called.
Name of user defined callback function to be called whenever a stream triggers a notification.
Name of user defined callback function to be called whenever a stream triggers a notification.
When called with an integer argument these functions behave exactly like their C counterparts from ctype.h.
When called with an integer argument these functions behave exactly like their C counterparts from ctype.h.
At the end of the file, create a new object called x httpd php, by inserting these lines
At the end of the file, create a new object called x httpd php, by inserting these lines
Creates an HTML document from the dom representation. This function usually is called after building a new dom document from scratch as in the example below.
Example 1.
He exposed details of behind the scenes politics and called for a public boycott of the newspaper, evoking strong public sympathy for the journalists, expressed online in chatrooms and blogs.
He exposed details of behind the scenes politics and called for a public boycott of the newspaper, evoking strong public sympathy for the journalists, expressed online in chatrooms and blogs.
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.
Paragraph 3 (a) of Council resolution 1373 (2001), called upon all States to find ways of intensifying and accelerating the exchange of operational information, especially regarding actions or movements of terrorist persons or networks .
Paragraph 3 (a) of Council resolution 1373 (2001), called upon all States to find ways of intensifying and accelerating the exchange of operational information, especially regarding actions or movements of terrorist persons or networks .
Setting the optional parameter suppress to a TRUE value will suppress output of your message to your own connection. This so called loopback is necessary, because the IRC server does not echo PRIVMSG commands back to us.
This so called loopback is necessary, because the IRC server does not echo PRIVMSG commands back to us.
Creates an XML document from the dom representation. This function usually is called after building a new dom document from scratch as in the example below. The format specifies whether the output should be neatly formatted, or not.
This function usually is called after building a new dom document from scratch as in the example below.
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
Creates an XML document from the dom representation. This function usually is called after building a new dom document from scratch as in the example below. The format specifies whether the output should be neatly formatted, or not. The first parameter specifies the name of the filename and the second parameter, whether it should be compressed or not.
The first parameter specifies the name of the filename and the second parameter, whether it should be compressed or not.
This function sets whether a client disconnect should cause a script to be aborted. It will return the previous setting and can be called without an argument to not change the current setting and only return the current setting. See the Connection Handling section in the Features chapter for a complete description of connection handling in PHP.
See the Connection Handling section in the Features chapter for a complete description of connection handling in PHP.
The International Court of Justice has stated There is no doubt that, in the event of international armed conflicts the rules articulated in common article 3 constitute a minimum yardstick and they are rules which, in the Court's opinion, reflect what the court in 1949 called elemental considerations of humanity'. Military and Paramilitary Activities in and Against Nicaragua (Nicaragua v. United States), Judgement on the Merits, I.C.J. Reports, 1986, p. 14, at para. 114.
The International Court of Justice has stated There is no doubt that, in the event of international armed conflicts the rules articulated in common article 3 constitute a minimum yardstick and they are rules which, in the Court's opinion, reflect what the court in 1949 called elemental considerations of humanity'. Military and Paramilitary Activities in and Against Nicaragua (Nicaragua v. United States), Judgement on the Merits, I.C.J. Reports, 1986, p. 14, at para.
Zend now keeps track of all references to this resource. As soon as all references to the resource are lost, the destructor that you previously registered for this resource is called. The nice thing about this setup is that you don't have to worry about memory leakages introduced by allocations in your module just register all memory allocations that your calling script will refer to as resources. As soon as the script decides it doesn't need them anymore, Zend will find out and tell you.
The nice thing about this setup is that you don 't have to worry about memory leakages introduced by allocations in your module just register all memory allocations that your calling script will refer to as resources.