1.
2.5 Methods, arguments, and return values
2.5 方法、自变量和返回值
2.
The value returned is used in subsequent calls that require an authInfo value.
返回值用于需要authInfo值的后续调用。
3.
Error in parameters, or attempt to retrieve a return value from a method that doesn't supply one.
参数错误,或者尝试从不提供返回值的方法中检索返回值。
4.
And presto, the function can finally return with 6-which is indeed 3!
随之函数最终得到返回值6即3!。
5.
is a number(1, 2, or 3) that determines the type of return value
数字1、2或3,用来确定返回值类型。
6.
Attribute designates the parameter that receives the return value of the member.
属性指定接收该成员的返回值的参数。
7.
What's the correct way to check return codes?
检查代码返回值的正确方法是什么?
8.
Returns the average of the values in a group. Null values are ignored.
返回一个组中值的平均值。忽略空值。
9.
Returns the absolute value of a number, a number without its sign
返回数值的绝对值,即不带符号的数值。
10.
The return type is the type of the value that pops out of the method after you call it.
返回类型是指调用方法之后返回的数值类型。
11.
The cos() function returns the cosine of a number.
函数的作用是:返回一个数值的余弦值。
12.
Returns one value if logical test evaluates to TRUE, and another value if it evaluates to FALSE.
如果逻辑测试评估为"真",返回一个值;如果评估为"假",则返回另一个值。
13.
Returns the logarithm (base-specified) of a value.
返回某个值(以指定底为底)的对数。
14.
Returns the logarithm (base 10) of a value.
返回某个值(以 10 为底)的对数。
15.
The mysql_result() function returns the value of a field in a recordset.
函数的作用是:返回结果集中的字段值。
16.
Returns a string containing the value of the specified member property.
返回包含指定的成员属性值的字符串。
17.
Index shrink program returned invalid status of 0.
索引收缩程序返回了无效的状态值 0。
18.
Sets/returns value determining whether the status bar is visible.
设置/返回确定状态栏是否可见的值。