Examples of using Function name in English and their translations into Russian
{-}
-
Official
-
Colloquial
Function name Description.
GearmanJob:: functionName- Get function name.
The function name is__() not _2.
GearmanTask:: functionName- Get associated function name.
The function name is two underscores in a row.
This is done in the same way as returning references from functions: by prepending an ampersand to the function name.
Callback- function name in which the response is returned.
GearmanWorker:: unregister- Unregister a function name with the job servers.
The function name must correspond to the rules for creating C++ language identifiers;
A function call includes the function name and the list of transferred parameters.
Note that the void type name can't be used, andthe identifier cannot belong to the field of bits, or be a function name.
The header of a function consists of the type of the return value, the function name, and the list of formal parameters.
As the function name suggests to me, the following line should be written:"duration_style_ style.
These tuples contain three parts: function name, metadata, and function arguments.
Function name-"multiplication"; return value- int, formal parameters"a" and"b"(both int types), function body consists of a single operator- return a*b;
However, the_DEPRECATED() suffix in the function name tells us this code is not of much interest anymore.
A function call consists of the function name and the list of the passed parameters enclosed in parentheses.
Several talks between the author and the responsible persons of the Centre took place, butthe author only wanted a reconsideration of her salary scale, function name and circulation duty.
If you look for the function name in the source files, you will find the following comment in the"hashfunctions. h" file.
At that time, for instance, to separate a class name from a function name they used a simple dot(.) instead of double colon.
Note: Instead of a function name, an array containing an object reference and a method name can also be supplied.
The function header contains the type of the return value, the function name, and the list of formal parameters enclosed in parentheses.
Trying to register a function name of NULL or using the callback interface without specifying callbacks.
The only restriction is that for a function call, no spaces are allowed between the function name and the‘' that follows it. See Section 9.3,“Reserved Words”.
Finally, if the constant or function name does not exist in the current namespace, a global constant or function name is used if it exists.
All import functions can be assigned a function name to facilitate the selection of function during import.