コード例 #1
0
<?php

activescript();
activescript_foobar();
cpdf();
Cpdf();
cpdf_foo();
dbase();
dbx();
dio();
fam();
fbsql();
fdf();
filepro();
hw_api();
ingres();
ircg();
mcve();
ming();
mnogosearch();
msql();
mysql_connect();
ncurses();
oracle();
ovrimos();
pfpro();
sqlite();
sybase();
w32api();
yp();
// examples of extension names that should not be considered wrong
コード例 #2
0
ファイル: fungsi.php プロジェクト: AaEzha/agus-aetra
function ambildata($guid, $tabel, $kolom)
{
    $db = dbase();
    $a = $db->query("select * from {$tabel} where id='{$guid}'");
    $b = $a->fetch_array();
    return $b[$kolom];
}