Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
sesam_commit() commits any pending updates to the database.
sesam_commit() commits any pending updates to the database.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
rolls back all pending statements on connection_id. returns true on success, false on failure.
returns true on success, false on failure.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
returns: true on success, false on failure. all pending transactions on connection_id are committed.
all pending transactions on connection_id are committed.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
sesam_rollback() discards any pending updates to the database. also affected are result cursors and result descriptors.
at the end of each script, and as part of the sesam_disconnect() function, an implied sesam_rollback() is executed, discarding any pending changes to the database.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
the backlog parameter defines the maximum length the queue of pending connections may grow to. somaxconn may be passed as backlog parameter, see socket_listen() for more information.
socket_create_listen() returns a new socket resource on success or false on error.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
after the socket socket has been created using socket_create(), bound to a name with socket_bind(), and told to listen for connections with socket_listen(), this function will accept incoming connections on that socket. once a successful connection is made, a new socket resource is returned, which may be used for communication. if there are multiple connections queued on the socket, the first will be used. if there are no pending connections, socket_accept() will block until a connection becomes present. if socket has been made non-blocking using socket_set_blocking() or socket_set_nonblock(), false will be returned.
once a successful connection is made, a new socket resource is returned, which may be used for communication.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Alcuni contributi umani con scarsa rilevanza sono stati nascosti.
Mostra i risultati con scarsa rilevanza.