Statement on glibc/iconv Vulnerability

ColumnResult::isNumberSigned

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

ColumnResult::isNumberSignedCheck if signed type

Descripción

public mysql_xdevapi\ColumnResult::isNumberSigned(): int

Retrieves a table's column information and is instantiated by the mysql_xdevapi\RowResult::getColumns() method.

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true if a given column as a signed type.

Ejemplos

Ejemplo #1 mysql_xdevapi\ColumnResult::isNumberSigned() example

<?php

/* ... */

?>
add a note

User Contributed Notes

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