Examples of using Method name in English and their translations into Japanese
{-}
-
Programming
-
Colloquial
-
Ecclesiastic
-
Computer
When expressing variable name and method name by joining compound words, to improve the readability of words.
The role text can include the type name and the method name;
Instead of a function name, an array containing an object reference and a method name can also be supplied. Since PHP 4.3.0.
(Added in PHP 5.0.0) The method name is returned as it was declared(case-sensitive).
By convention, the method name should end with Async(this is not enforced, but it is a best practice).
The method name CONNECT was reserved, but not defined in[1].
Instead, the method name must match the mapped statement ID.
The key of the array defines the name of the ability while the value defines the method name.
Note: When hiding relationships, use the relationship's method name, not the dynamic accessor name. .
Figure 3: Note the entry point method name pattern specified in the Main-Class.
Specify the SQL ID defined in(6) with namespace+<method name> of(5) to the property of statementId.
Specify the SQL ID defined in(6) with namespace+<method name> of(5) to the property of queryId.
If the component method accepts no arguments, you may simple render the method name as a variable instead of invoking it as a function.
If you are overriding this method, you should update the method name to match its parent.
Note: When hiding relationships, use the relationship's method name.
The exec interface signature takes callback functions for success and error, a service name, method name and an array of optional arguments as follows.
Web Services for Management(WS- Management) Specification signature: A method name together with the type of its return value and the set of names and types of its parameters.
It requires a URI path string(a. k. a WebRPC method name) and optionally a second argument which contains the data to be sent to the web service a. k. a WebRPC parameters.
For methods on objects that are declared with the"private" or"protected" modifier, the first character of the method name must be an underscore.
The first argument of the call() method must be a callable, so it can be a function name, an array of a class name and static method name, or an array of an object name and public method name.