Astconf 查询语言 asterisk-aql

软件介绍

AQL (Astconf Query Language) 是一种类似 SQL 的语句用来为 PHP 读写 Asterisk 配置文件提供方便。

示例代码:

 

<?
include
("aql.php");

// to query extension 8001 settings from sip.conf
$aql
= new aql;
$aql
->set('basedir','/etc/asterisk/');
$db
= $aql->query("select * from sip.conf where section='8001'");
print_r
($db);
?>

output:
Array
(
    [8888] => Array
        (
            [type] => friend
            .....
        )

)

本文地址:https://codercto.com/soft/d/25475.html

Learning jQuery

Learning jQuery

Jonathan Chaffer、Karl Swedberg / Packt Publishing / 2007-7-7 / GBP 24.99

jQuery is a powerful JavaScript library that can enhance your websites regardless of your background. In this book, creators of the popular jQuery learning resource, learningquery.com, share the......一起来看看 《Learning jQuery》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具