A method call in PHP works as follows.
在php中的方法调用是这样工作的。
Listing 7. HQL query in a find method call.
清单7.find方法调用中的HQL查询。
Listing 14. HQL query in a find method call.
清单14.find方法调用中的HQL查询。
Contains the thread and method call stack frames.
包含线程和方法调用堆栈框架。
A signature declares parameters passed during a method call.
在方法调用期间,签名声明了被传递的参数。
But the services invocation then comes as a simple method call.
但是服务请求就成了简单的方法调用。
Listing 1 gives an example of using a method call transformation.
清单1给出了使用方法调用转换的一个例子。
The transition from URL to Python method call is totally transparent to you.
从url到python方法调用的转换对您来说完全是透明的。
The tag specifies the parameters that should be passed in to the method call.
标记指定几个应该被传送到方法调用中的参数。
To perform a method on a D-BUS object, you send the object a method call message.
要执行d -BUS对象的方法,您需要向对象发送一个方法调用消息。
Listing 15 shows a snippet from Listing 8 on how to make the request method call.
清单15展示了一个来自清单8的代码片段,即如何实现request方法调用。
OVal also supports a means to prevalidate class members before or after a method call.
OVal也支持在方法调用前或后对类成员进行预先验证。
Each method call and optional closure argument defines a bean and sets bean properties.
每个方法调用和可选的闭包参数定义一个bean,并设置bean属性。
The element then builds the child content from the parser in response to the method call.
然后,在对这个方法调用的响应中,解析器将构建该元素的子内容。
When methods return error values, every method call is surrounded by error-handling code.
在方法返回错误值时,每一个方法调用都要包含错误处理代码。
It is in this method call that the database connection is obtained and subsequently closed.
就是在该方法调用中,我们获得然后再关闭数据库连接。
The first part here computes the space occupied by the method call parameters on the stack.
这里的第一部分计算方法调用参数在堆栈上占用的空间。
Used, for example, to wrap a method call in a transaction, or time the execution of a method.
比如,用来在事务中封装某个方法调用,或者记录方法的执行时间。
When a remote method is called, the response encapsulates the return value of the method call.
当远端方法被调用时,响应就会将此方法调用的返回值封装起来。
Once the real object is loaded, it is used for every future method call to the proxy instance.
一旦实际对象被装载,它将被每一个调用代理对象的方法使用。
The RPC-style integration USES WSDL to take a "regular" method call and abstract it out to SOAP.
rpc式集成使用WSDL来进行一个“常规”方法调用,并将其抽象出来发送到SOAP。
Each transformation is configured using a method call that identifies the type of transformation.
每一个转换都是用识别转换类型的方法调用来配置的。
I use the PHP command-line interpreter to run that script and put the method call into the queue.
我使用PHP命令行解释器运行这个脚本,并将这个方法调用放进队列中。
Be sure your script is protected from an error; if the method call fails, it throws an exception.
要确保脚本能够应对错误;如果方法调用失败,它会抛出异常。
Converting a virtual method call to a direct method call is called monomorphic call transformation.
把虚方法调用转换成直接方法调用,叫做单形monomorphic调用变换。
That means the result of the remote method call is not immediately available to the executing thread.
这意味着远端方法调用的结果并不能立即对执行线程可用。
As you can see, you first invoke the controller action as if it were a method call on the controller.
可以看到,您首先调用控制器操作,就像它是另一个控制器上的方法一样。
Method invocations on dynamic proxy classes do not perform nearly as well a direct method call on objects.
对动态代理类的方法调用,不会像直接调用对象的方法那样好。
A regular round trip remote method call is modeled as two messages, one for the request and one for the response.
一个规则的有往返的远程方法调用有两条消息,一条负责请求,一条负责响应。
The method call passes the invocation up the stack, either to the final target or possibly to the next interceptor.
方法调用一直沿着栈传递调用,可能传递到最终目标,或到下一个截取程序。
应用推荐