Changes

Jump to navigation Jump to search
58 bytes removed ,  18:39, 1 December 2023
m
Text replacement - "syntaxhighlight" to "pre"
==Example in PHP==
Taken from our [https://github.com/BaseXdb/basex-api/blob/master/etcbasex-api/src/main/php/Example.php repository]:
<pre classlang="brush:php">
<?php
/*
* Documentation: http://basex.org/api
*
* (C) BaseX Team 2005-1115, BSD License
*/
include("BaseXClient.php");
// create session
$session = new Session("localhost", 1984, "admin", "admin...");
// perform command and print returned string
?>
</pre>
[[Category:Developer]]
[[Category:Server]]
[[Category:API]]
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu