|
|
|
一直纳闷php如何制作出来的for md的模板或者成为程序<br>
终于让我找到线索了,以下是官方的回答:<br>
Use the API to get the information. API is used for programming applications. PHP is a scripting language, so you would the<br>
standard php functions to read the account database and access the text<br>
files. If you're storing your account information in a database, you can<br>
access it as simple as doing a query ( mysql_query() ). Aliases, however,<br>
are not stored in the db. They are stored in a plain-text file named<br>
alias.dat that is stored in \mdaemon\app\ .<br>
|
|