" client"的翻译 使用英语:


  字典 中国人-英语

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

iTALC Client
iTALC Client
Bittornado Client
Bittornado Client
GADMIN OPENVPN Client
GADMIN OPENVPN Client
MySQL client info 3.23.39
3.23.39
CURL, Client URL Library Functions
CURL, Client URL Library Functions
PHP scripts often generate dynamic content that must not be cached by the client browser or any proxy caches between the server and the client browser. Many proxies and clients can be forced to disable caching with
Many proxies and clients can be forced to disable caching with
Can the certificate be used for the client side of an SSL connection?
Can the certificate be used for the client side of an SSL connection?
Returns TRUE if client disconnected. See the Connection Handling description in the Features chapter for a complete explanation.
See the Connection Handling description in the Features chapter for a complete explanation.
见Arvind K.Sharma and Indu Sharma Inducing Client Focus in Bureaucracy The Citizen's Charters in India(2002年 新德里 Kanishka )
Sharma and Indu Sharma, Inducing Client Focus in Bureaucracy The Citizen's Charters in India (New Delhi, Kanishka, 2002).
Get the contents of the PDF output buffer. The result must be used by the client before calling any other PDFlib function.
The result must be used by the client before calling any other PDFlib function.
Returns information about the current connection. The returned string has the following format Serverstring, Host, Port, Username, Port of Client, Byte swapping
Serverstring, Host, Port, Username, Port of Client, Byte swapping
To get these functions to work, you have to compile PHP with with imap DIR , where DIR is the c client install prefix.
The IMAP extension cannot be used in conjuction with the recode or YAZ extensions.
This example shows a simple, one shot HTTP client. It simply connects to a page, submits a HEAD request, echoes the reply, and exits.
This example shows a simple, one shot HTTP client.
These functions are not limited to the IMAP protocol, despite their name. The underlying c client library also supports NNTP, POP3 and local mailbox access methods.
The underlying c client library also supports NNTP, POP3 and local mailbox access methods.
TRUE by default. If changed to FALSE scripts will be terminated as soon as they try to output something after a client has aborted their connection.
If changed to FALSE scripts will be terminated as soon as they try to output something after a client has aborted their connection.
You will need to get and compile LDAP client libraries from either the University of Michigan ldap 3.3 package or the Netscape Directory SDK 3.0 to compile PHP with LDAP support.
You will need to get and compile LDAP client libraries from either the University of Michigan ldap 3.3 package or the Netscape Directory SDK 3.0 to compile PHP with LDAP support.
The socket extension implements a low level interface to the socket communication functions based on the popular BSD sockets, providing the possibility to act as a socket server as well as a client.
The UNIX Socket FAQ might be a good start.
Creates and returns a socket resource, also referred to as an endpoint of communication. A typical network connection is made up of 2 sockets, one performing the role of the client, and another performing the role of the server.
A typical network connection is made up of 2 sockets, one performing the role of the client, and another performing the role of the server.
The constant SID can also be used to retrieve the current name and session id as a string suitable for adding to URLs. Note that SID is only defined if the client didn't send the right cookie. See also Session handling.
Note that SID is only defined if the client didn 't send the right cookie.
The client contacts FBExec to obtain the port number to use for the connection to the database. If the database name is a number the system will use that as a port number and it will not ask FBExec for the port number. The FrontBase server can be stared as FRontBase FBExec No port port number database name.
If the database name is a number the system will use that as a port number and it will not ask FBExec for the port number.
This function sets whether a client disconnect should cause a script to be aborted. It will return the previous setting and can be called without an argument to not change the current setting and only return the current setting. See the Connection Handling section in the Features chapter for a complete description of connection handling in PHP.
See the Connection Handling section in the Features chapter for a complete description of connection handling in PHP.
The optional serialize controls how the message is sent. serialize defaults to TRUE which means that the message is serialized using the same mechanism as the session module before being sent to the queue. This allows complex arrays and objects to be sent to other PHP scripts, or if you are using the WDDX serializer, to any WDDX compatible client.
This allows complex arrays and objects to be sent to other PHP scripts, or if you are using the WDDX serializer, to any WDDX compatible client.
With PHP you can also write client side GUI applications using the PHP GTK extension. This is a completely different approach than writing web pages, as you do not output any HTML, but manage windows and objects within them. For more information about PHP GTK, please visit the site dedicated to this extension. PHP GTK is not included in the official PHP distribution.
For more information, read the section about writing command line PHP applications.
This function allows sending of emails with correct handling of Cc and Bcc receivers. The parameters to, cc and bcc are all strings and are all parsed as rfc822 address lists. The receivers specified in bcc will get the mail, but are excluded from the headers. Use the rpath parameter to specify return path. This is useful when using php as a mail client for multiple users.
This is useful when using php as a mail client for multiple users.