mysql_field_flags Fonksiyonu
Gönderildi: admin tarafından 31-07-2008 Saat 01:43
Sorgudan dönen sonuç tablosundan belirtilen saha ile ilişkili belirlenmiş sonuçları getirir.
Kullanımı;
Örnek:
Kullanımı;
PHP- Kodu:
string mysql_field_flags ( resource $result , int $field_offset )
PHP- Kodu:
<?php
$result = mysql_query("SELECT id,email FROM people WHERE id = '42'");
if (!$result) {
echo 'Could not run query: ' . mysql_error();
exit;
}
$flags = mysql_field_flags($result, 0);
echo $flags;
print_r(explode(' ', $flags));
?> Toplam Yorum 0
Yorumlar
Toplam Trackback 0
Trackbacks
admin Tarafından Son Blog Kayıtları
- Domain Status (21-10-2008)
- Yottabyte, Zettabyte, Exabyte, Petabyte, Terabyte, Gigabyte, Megabyte (09-10-2008)
- Link Değişim Kuralları (02-10-2008)
- Google Monitör (15-09-2008)
- Paypal Hesabınızdaki Para 5$'a ayağınıza Gelsin (15-09-2008)





