intro.ibase.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 59 行
HTML
59 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Introduction</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.ibase.html">Firebird/InterBase</a></div> <div class="next" style="text-align: right; float: right;"><a href="ibase.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.ibase.html">Firebird/InterBase</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.ibase" class="preface"> <h1 class="title">Introduction</h1> <p class="para"> Firebird/InterBase is a relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird/InterBase offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. </p> <p class="para"> InterBase is the name of the closed-source variant of this RDBMS that was developed by Borland/Inprise. More information about InterBase is available at <a href="http://www.borland.com/interbase/" class="link external">» http://www.borland.com/interbase/</a>. </p> <p class="para"> Firebird is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) under the InterBase Public License v.1.0 on 25 July, 2000. More information about Firebird is available at <a href="http://www.firebirdsql.org/" class="link external">» http://www.firebirdsql.org/</a>. </p> <blockquote><p><b class="note">Note</b>: This extension supports InterBase versions 5 and up and all versions of Firebird. Support for InterBase version 5.x will be dropped in PHP 5. <br /> This database uses a single quote (') character for escaping, a behavior similar to the Sybase database, add to your <var class="filename">php.ini</var> the following directive: <div class="informalexample"> <div class="example-contents"><div class="phpcode"><code><span style="color: #000000">magic_quotes_sybase = On</span></code></div> </div> </div> <br /> </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.ibase.html">Firebird/InterBase</a></div> <div class="next" style="text-align: right; float: right;"><a href="ibase.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.ibase.html">Firebird/InterBase</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?