"checked"的翻译 使用英语:


  字典 中国人-英语

  例子 (外部来源,未经审查)

We've checked every room.
Yes, sir. We've checked every room.
I've checked Brewster's information.
I've checked Brewster's information.
Did you find her? I haven't checked 'em all yet.
I haven't checked 'em all yet.
南两周前退房了 Nan checked out two weeks ago.
Nan checked out two weeks ago.
我已经查过了 我也不用上班 I checked already.
I checked already.
status flags is also set, which contains a bitmask which can be checked against any of the above constants.
status flags is also set, which contains a bitmask which can be checked against any of the above constants.
他们说她退房了 那我恐怕帮不了你了 They said she checked out.
They said she checked out.
Check if the new version is different from the last version. Unless this is the case the object will be checked in.
Unless this is the case the object will be checked in.
Returns TRUE if the filename exists and is a directory. If filename is a relative filename, it will be checked relative to the current working directory.
The results of this function are cached.
纽莱斯太太 你告诉警察我妹妹退房了 Mrs. Newless you told the police that my sister checked out.
Mrs. Newless you told the police that my sister checked out.
If the object to check in is a collection, all children will be checked in recursively if they are documents. Trying to check in a collection would result in an error.
If the object to check in is a collection, all children will be checked in recursively if they are documents.
If the object to check out is a collection, all children will be checked out recursively if they are documents. Trying to check out a collection would result in an error.
Trying to check out a collection would result in an error.
These functions allow you to use the CrackLib library to test the 'strength' of a password. The 'strength' of a password is tested by that checks length, use of upper and lower case and checked against the specified CrackLib dictionary. CrackLib will also give helpful diagnostic messages that will help 'strengthen' the password.
The 'strength' of a password is tested by that checks length, use of upper and lower case and checked against the specified CrackLib dictionary.
PHP doesn't make use of any formal function declarations this is why call syntax is always completely dynamic and never checked for errors. Checking for correct call syntax is left to the user code. For example, it's possible to call a function using only one argument at one time and four arguments the next time both invocations are syntactically absolutely correct.
Since PHP doesn 't have formal function definitions with support for call syntax checking, and since PHP features variable arguments, sometimes you need to find out with how many arguments your function has been called.