PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
Wakacje mazury, jeziora, woda - oblivion - produkty-zywieniowe - Drzwi wewnętrzne - bukiety - upload zdjęć


fbsql_field_name

fbsql_field_name

(PHP 4 >= 4.0.6, PHP 5)

fbsql_field_name -- Get the name of the specified field in a result

Opis

string fbsql_field_name ( resource result [, int field_index] )

Returns the name of the specified field index.

Parametry

result

A result pointer returned by fbsql_list_fields().

field_index

The numerical offset of the field. The field index starts at 0.

Zwracane wartości

Returns the name as a string, or FALSE if the field doesn't exist.

Przykłady

Przykład 1. fbsql_field_name() example

<?php
// The users table consists of three fields:
//   user_id
//   username
//   password.

$res = fbsql_db_query("users", "select * from users", $link);

echo
fbsql_field_name($res, 0) . "\n";
echo
fbsql_field_name($res, 2);
?>

Powyższy przykład wyświetli:

user_id
password

Patrz także

fbsql_field_type()

odzyskiwanie danych - laptopy - Limo and Car services limo service Airport chicago 773-649-9630 - darmowe zdjęcia - statusy na gg - Najlepsze miłosne opisy gg do Twojego komunikatora - najlepsze serwery shoutcast autopiloty,erds - Flota zarządzanie flotą Katowice - budowa stron internetowych - odzyskiwanie danych Koszalin - darmowy hosting - systemy wymiany linków Systemy Wymiany Linków systemy wymiany linków - zdjęcia różne - pozycjonowanie bielsko - affection

G:1,M:0,Y:27