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

Clever Algorithms

Clever Algorithms

Jason Brownlee / lulu.com / 2012-6-15 / USD 37.99

Download : http://www.lulu.com/product/file-download/clever-algorithms-nature-inspired-programming-recipes/14696557 Read free on line:http://www.cleveralgorithms.com/nature-inspired/index.html T......一起来看看 《Clever Algorithms》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

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

Base64 编码/解码