fileno

fileno

Name

fileno -- return the socket used to connect to the database

Synopsis

fileno()

Parameters

none

Return Type

socket id

The underlying socket id used to connect to the database.

Exceptions

TypeError

Too many (any) arguments.

Description

fileno() method returns the underlying socket id used to connect to the database. This is useful for use in select calls, etc.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.