Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fannconnection(3) [php man page]

FANNCONNECTION(3)							 1							 FANNCONNECTION(3)

The FANNConnection class

INTRODUCTION
FANNConnection is used for the neural network connection. The objects of this class are used in fann_get_connection_array(3) and fann_set_weight_array(3). CLASS SYNOPSIS
FANNConnection FANNConnection Properties o public$from_neuron o public$to_neuron o public$weight Methods o public FANNConnection::__construct (int $from_neuron, int $to_neuron, float $weight) o public int FANNConnection::getFromNeuron (void ) o public int FANNConnection::getToNeuron (void ) o public void FANNConnection::getWeight (void ) o public bool FANNConnection::setWeight (float $weight) PROPERTIES
o $from_neuron -The neuron where the connection starts. o $to_neuron -The neuron where the connection ends. o $weight -The weight of the connection. PHP Documentation Group FANNCONNECTION(3)

Check Out this Related Man Page

MYSQLNDUHCONNECTION(3)							 1						    MYSQLNDUHCONNECTION(3)

The MysqlndUhConnection class

INTRODUCTION
CLASS SYNOPSIS
MysqlndUhConnection MysqlndUhConnection Methods o public bool MysqlndUhConnection::changeUser (mysqlnd_connection $connection, string $user, string $password, string $database, bool $silent, int $passwd_len) o public string MysqlndUhConnection::charsetName (mysqlnd_connection $connection) o public bool MysqlndUhConnection::close (mysqlnd_connection $connection, int $close_type) o public bool MysqlndUhConnection::connect (mysqlnd_connection $connection, string $host, string $use", string $password, string $database, int $port, string $socket, int $mysql_flags) o public MysqlndUhConnection::__construct (void ) o public bool MysqlndUhConnection::endPSession (mysqlnd_connection $connection) o public string MysqlndUhConnection::escapeString (mysqlnd_connection $connection, string $escape_string) o public int MysqlndUhConnection::getAffectedRows (mysqlnd_connection $connection) o public int MysqlndUhConnection::getErrorNumber (mysqlnd_connection $connection) o public string MysqlndUhConnection::getErrorString (mysqlnd_connection $connection) o public int MysqlndUhConnection::getFieldCount (mysqlnd_connection $connection) o public string MysqlndUhConnection::getHostInformation (mysqlnd_connection $connection) o public int MysqlndUhConnection::getLastInsertId (mysqlnd_connection $connection) o public void MysqlndUhConnection::getLastMessage (mysqlnd_connection $connection) o public string MysqlndUhConnection::getProtocolInformation (mysqlnd_connection $connection) o public string MysqlndUhConnection::getServerInformation (mysqlnd_connection $connection) o public string MysqlndUhConnection::getServerStatistics (mysqlnd_connection $connection) o public int MysqlndUhConnection::getServerVersion (mysqlnd_connection $connection) o public string MysqlndUhConnection::getSqlstate (mysqlnd_connection $connection) o public array MysqlndUhConnection::getStatistics (mysqlnd_connection $connection) o public int MysqlndUhConnection::getThreadId (mysqlnd_connection $connection) o public int MysqlndUhConnection::getWarningCount (mysqlnd_connection $connection) o public bool MysqlndUhConnection::init (mysqlnd_connection $connection) o public bool MysqlndUhConnection::killConnection (mysqlnd_connection $connection, int $pid) o public array MysqlndUhConnection::listFields (mysqlnd_connection $connection, string $table, string $achtung_wild) o public void MysqlndUhConnection::listMethod (mysqlnd_connection $connection, string $query, string $achtung_wild, string $par1) o public bool MysqlndUhConnection::moreResults (mysqlnd_connection $connection) o public bool MysqlndUhConnection::nextResult (mysqlnd_connection $connection) o public bool MysqlndUhConnection::ping (mysqlnd_connection $connection) o public bool MysqlndUhConnection::query (mysqlnd_connection $connection, string $query) o public bool MysqlndUhConnection::queryReadResultsetHeader (mysqlnd_connection $connection, mysqlnd_statement $mysqlnd_stmt) o public bool MysqlndUhConnection::reapQuery (mysqlnd_connection $connection) o public bool MysqlndUhConnection::refreshServer (mysqlnd_connection $connection, int $options) o public bool MysqlndUhConnection::restartPSession (mysqlnd_connection $connection) o public bool MysqlndUhConnection::selectDb (mysqlnd_connection $connection, string $database) o public bool MysqlndUhConnection::sendClose (mysqlnd_connection $connection) o public bool MysqlndUhConnection::sendQuery (mysqlnd_connection $connection, string $query) o public bool MysqlndUhConnection::serverDumpDebugInformation (mysqlnd_connection $connection) o public bool MysqlndUhConnection::setAutocommit (mysqlnd_connection $connection, int $mode) o public bool MysqlndUhConnection::setCharset (mysqlnd_connection $connection, string $charset) o public bool MysqlndUhConnection::setClientOption (mysqlnd_connection $connection, int $option, int $value) o public void MysqlndUhConnection::setServerOption (mysqlnd_connection $connection, int $option) o public void MysqlndUhConnection::shutdownServer (string $MYSQLND_UH_RES_MYSQLND_NAME, string $"level") o public bool MysqlndUhConnection::simpleCommand (mysqlnd_connection $connection, int $command, string $arg, int $ok_packet, bool $silent, bool $ignore_upsert_status) o public bool MysqlndUhConnection::simpleCommandHandleResponse (mysqlnd_connection $connection, int $ok_packet, bool $silent, int $com- mand, bool $ignore_upsert_status) o public bool MysqlndUhConnection::sslSet (mysqlnd_connection $connection, string $key, string $cert, string $ca, string $capath, string $cipher) o public resource MysqlndUhConnection::stmtInit (mysqlnd_connection $connection) o public resource MysqlndUhConnection::storeResult (mysqlnd_connection $connection) o public bool MysqlndUhConnection::txCommit (mysqlnd_connection $connection) o public bool MysqlndUhConnection::txRollback (mysqlnd_connection $connection) o public resource MysqlndUhConnection::useResult (mysqlnd_connection $connection) PHP Documentation Group MYSQLNDUHCONNECTION(3)
Man Page