oci_field_type

(PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0)

oci_field_typeReturns a field's data type name

Beschreibung

oci_field_type(resource $statement, string|int $column): string|int|false

Returns a field's data type name.

Parameter-Liste

statement

A valid OCI statement identifier.

column

Can be the field's index (1-based) or name.

Rückgabewerte

Returns the field data type as a String or an Integer,Bei einem Fehler wird false zurückgegeben.

Beispiele

Beispiel #1 oci_field_type() example

<?php

// Create the table with:
//   CREATE TABLE mytab (number_col NUMBER, varchar2_col varchar2(1), 
//                       clob_col CLOB, date_col DATE);

$conn oci_connect("hr""hrpwd""localhost/XE");
if (!
$conn) {
    
$m oci_error();
    
trigger_error(htmlentities($m['message']), E_USER_ERROR);
}

$stid oci_parse($conn"SELECT * FROM mytab");
oci_execute($stidOCI_DESCRIBE_ONLY); // Use OCI_DESCRIBE_ONLY if not fetching rows

echo "<table border=\"1\">\n";
echo 
"<tr>";
echo 
"<th>Name</th>";
echo 
"<th>Type</th>";
echo 
"<th>Length</th>";
echo 
"</tr>\n";

$ncols oci_num_fields($stid);

for (
$i 1$i <= $ncols$i++) {
    
$column_name  oci_field_name($stid$i);
    
$column_type  oci_field_type($stid$i);
    
$column_size  oci_field_size($stid$i);

    echo 
"<tr>";
    echo 
"<td>$column_name</td>";
    echo 
"<td>$column_type</td>";
    echo 
"<td>$column_size</td>";
    echo 
"</tr>\n";
}

echo 
"</table>\n";

// Outputs:
//    Name           Type       Length
//    NUMBER_COL    NUMBER        22
//    VARCHAR2_COL  VARCHAR2       1
//    CLOB_COL      CLOB        4000
//    DATE_COL      DATE           7

oci_free_statement($stid);
oci_close($conn);

?>

Anmerkungen

Hinweis:

In PHP versions before 5.0.0 you must use ocicolumntype() instead. This name still can be used, it was left as alias of oci_field_type() for downwards compatability. This, however, is deprecated and not recommended.

Siehe auch

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

Was genau bedeutet "Vibe Coding"? Ein tiefgehender Blick für Entwickler

In der Welt der Softwareentwicklung gibt es unzählige Wege, wie man an ein Projekt herangeht. Manche schwören auf strikte Planung, andere auf bewährte Algorithmen und wieder andere lassen sich von etwas ganz anderem leiten: ihrem Gefühl. ...

admin

Autor : admin
Kategorie: Software & Web-Development

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

What NBA 2K26 Season 7 Rewards You Can Unlock With the Right VC Investment

NBA 2K26 Season 7 has raised the bar for what a seasonal content drop can look like. Titled "Prove You Can Handle the Pressure," this season puts ...

Geschrieben von katharineee am 16.05.2026 04:35:04
Forum: PHP Developer Forum
FULLLZ.ASIA ⭐️ We Are Selling Verified Paypal And CashApp Acc.Paypal

TRACK 1&2 WITH PIN CASHAPP/PAYPAL TRANSFER N/SIN with Sortcode AccNumber CCV2 FULLLZ.ASIA ⭐️ Flip And Sells PAYPAL CASHAPP Dumps With Pin Trac ...

Geschrieben von dumpstop10 am 15.05.2026 17:27:44
Forum: Existenzgründer, Freelancing, Verträge und sonstiges
FULLLZ.ASIA ⭐️ Sell Info Fullz Social Security Number & DOB & Mother

TRACK 1&2 WITH PIN CASHAPP/PAYPAL TRANSFER N/SIN with Sortcode AccNumber CCV2 FULLLZ.ASIA ⭐️ Flip And Sells PAYPAL CASHAPP Dumps With Pin Trac ...

Geschrieben von dumpstop10 am 15.05.2026 17:06:47
Forum: Projekthilfe
FULLLZ.ASIA ⭐️ Dumps With Track1-track2 ATM UK US Fresh INFO

TRACK 1&2 WITH PIN CASHAPP/PAYPAL TRANSFER N/SIN with Sortcode AccNumber CCV2 FULLLZ.ASIA ⭐️ Flip And Sells PAYPAL CASHAPP Dumps With Pin Trac ...

Geschrieben von dumpstop10 am 15.05.2026 17:02:18
Forum: Windows (Client/Server)