... Function And Value 功能与价值 function return value函数返回值 Invalid Function Argument Value 无效函数参数值 ...
双语例句
1
Listing 2. Proper handling of the read API functionreturnvalue.
清单2 .适当处理read api函数的返回值。
2
When the server receives the request from the client, the server executes the local function and returns the returnvalue for the function to the client.
当服务器从客户端收到请求后,服务器执行本地函数,并将该函数的返回值返回给客户端。
3
The only thing that you have to put in the function prototype, again, is three things; one, the name of the function; the returnvalue; and its arguments.