" subsequent "的翻译 使用英语:


  字典 中国人-英语

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

After the first match is found, the subsequent searches are continued on from end of the last match.
After the first match is found, the subsequent searches are continued on from end of the last match.
This function sets the default scale parameter for all subsequent bc math functions that do not explicitly specify a scale parameter.
This function sets the default scale parameter for all subsequent bc math functions that do not explicitly specify a scale parameter.
The internal position of the stream is advanced by the number of bytes that were read, so that subsequent reads will continue reading from that point.
The internal position of the stream is advanced by the number of bytes that were read, so that subsequent reads will continue reading from that point.
The internal position of the stream is advanced by the number of bytes that were written, so that subsequent writes will continue writing from that point.
The internal position of the stream is advanced by the number of bytes that were written, so that subsequent writes will continue writing from that point.
Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site.
If you are familiar with the session management of PHPLIB, you will notice that some concepts are similar to PHP 's session support.
All registered variables are serialized after the request finishes. Registered variables which are undefined are marked as being not defined. On subsequent accesses, these are not defined by the session module unless the user defines them later.
On subsequent accesses, these are not defined by the session module unless the user defines them later.
Add a nested bookmark under parent, or a new top level bookmark if parent 0. Returns a bookmark descriptor which may be used as parent for subsequent nested bookmarks. If open 1, child bookmarks will be folded out, and invisible if open 0.
If open 1, child bookmarks will be folded out, and invisible if open 0.
Note that only the first call to strtok uses the string argument. Every subsequent call to strtok only needs the token to use, as it keeps track of where it is in the current string. To start over, or to tokenize a new string you simply call strtok with the string argument again to initialize it. Note that you may put multiple tokens in the token parameter. The string will be tokenized when any one of the characters in the argument are found.
To start over, or to tokenize a new string you simply call strtok with the string argument again to initialize it.