getPdoType() public method
Determines the PDO type for the given PHP data value.
public integer getPdoType ( $data ) | ||
---|---|---|
$data | mixed |
The data whose PDO type is to be determined |
return | integer |
The PDO type |
getPdoType() public method
Determines the PDO type for the given PHP data value.
public integer getPdoType ( $data ) | ||
---|---|---|
$data | mixed |
The data whose PDO type is to be determined |
return | integer |
The PDO type |
Please login to continue.