xplo.re Medusa Core Framework 3.1
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Classes

  • ArrayIterator
  • ArrayObject
  • Closure
  • DOMNode
  • DOMXPath
  • IteratorIterator
  • mysqli
  • mysqli_result
  • mysqli_stmt
  • ReflectionFunction
  • ReflectionFunctionAbstract
  • ReflectionParameter
  • SimpleXMLElement
  • SQLite3
  • SQLite3Result
  • SQLite3Stmt

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • Reflector
  • SeekableIterator
  • Serializable
  • Traversable

Exceptions

  • Exception

Class mysqli

PHP Extension: Mysqli
Documented at php.net

Methods summary

public
# autocommit( $mode )
public
# begin_transaction( $flags, $name )
public
# change_user( $user, $password, $database )
public
# character_set_name( )
public
# close( )
public
# commit( $flags, $name )
public
# connect( $host, $user, $password, $database, $port, $socket )
public
# dump_debug_info( )
public
# debug( $debug_options )
public
# get_charset( )
public
# get_client_info( )
public
# get_connection_stats( )
public
# get_server_info( )
public
# get_warnings( )
public
# init( )
public
# kill( $connection_id )
public
# multi_query( $query )
public
# mysqli( $host, $user, $password, $database, $port, $socket )
public
# more_results( )
public
# next_result( )
public
# options( $option, $value )
public
# ping( )
public static
# poll( array & $read, array & $write, array & $error, $sec, $usec )
public
# prepare( $query )
public
# query( $query )
public
# real_connect( $host, $user, $password, $database, $port, $socket, $flags )
public
# real_escape_string( $string_to_escape )
public
# reap_async_query( )
public
# escape_string( $string_to_escape )
public
# real_query( $query )
public
# release_savepoint( $name )
public
# rollback( $flags, $name )
public
# savepoint( $name )
public
# select_db( $database )
public
# set_charset( $charset )
public
# set_opt( $option, $value )
public
# ssl_set( $key, $cert, $certificate_authority, $certificate_authority_path, $cipher )
public
# stat( )
public
# stmt_init( )
public
# store_result( $flags )
public
# thread_safe( )
public
# use_result( )
public
# refresh( $options )

Properties summary

public $affected_rows
#
public $client_info
#
public $client_version
#
public $connect_errno
#
public $connect_error
#
public $errno
#
public $error
#
public $error_list
#
public $field_count
#
public $host_info
#
public $info
#
public $insert_id
#
public $server_info
#
public $server_version
#
public $stat
#
public $sqlstate
#
public $protocol_version
#
public $thread_id
#
public $warning_count
#
xplo.re Medusa Core Framework 3.1 API documentation generated by ApiGen