| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
mysqli_init
Popis
Procedural style:
mysqli mysqli_init ( void )Object oriented style (method):
class mysqli {mysqli init ( void )
}
Allocates or initializes a MYSQL object suitable for mysqli_options() and mysqli_real_connect().
Poznámka: Any subsequent calls to any mysqli function (except mysqli_options()) will fail until mysqli_real_connect() was called.
| PÅ™edcházejÃcà | Domů | Dalšà |
| mysqli_info | Nahoru |