ColumnResult::isNumberSigned

(No version information available, might only be in Git)

ColumnResult::isNumberSignedCheck if signed type

Opis

public mysql_xdevapi\ColumnResult::isNumberSigned ( void ) : integer

Retrieve a table's column information, and is instantiated by the RowResult::getColumns() method.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if a given column as a signed type.

Przykłady

Przykład #1 mysql_xdevapi\ColumnResult::isNumberSigned() example

<?php

/* ... */

?>
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top