You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
##### Table of Contents
13
13
14
14
-[Description](#description)
15
+
-[Requirements](#requirements)
15
16
-[Installing the PHP client](#installing)
16
17
-[Using packagist/composer](#using_packagist)
17
18
-[Cloning the git repository](#cloning_git)
@@ -25,7 +26,7 @@
25
26
-[Deleting a document](#deleting_document)
26
27
-[Dropping a collection](#dropping_collection)
27
28
-[Putting it all together](#alltogether)
28
-
-[Requirements](#requirements)
29
+
29
30
-[More information](#more_info)
30
31
31
32
<br>
@@ -54,6 +55,19 @@ The client library provides document and collection classes you can use to work
54
55
55
56
<br>
56
57
58
+
59
+
60
+
<a name="requirements"/a>
61
+
# Requirements
62
+
63
+
* ArangoDB database server version 1.3 (detailed info [here](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix))
64
+
65
+
* PHP version 5.3 or higher (Travis-tested with 5.4 and 5.5)
66
+
67
+
<br>
68
+
69
+
70
+
57
71
<a name="installing"/a>
58
72
## Installing the PHP client
59
73
@@ -559,14 +573,6 @@ Here's the full code that combines all the pieces outlined above:
559
573
<br>
560
574
561
575
562
-
<a name="requirements"/a>
563
-
# Requirements
564
-
565
-
* ArangoDB database server version 1.2 (detailed info [here](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix))
566
-
567
-
* PHP version 5.3 or higher (Travis-tested with 5.4 and 5.5)
Returns the statistics information."><spanclass="description">Get the server statistics
69
68
Returns the statistics information.</span><pre>getServerStatistics()</pre></a></li>
70
69
<liclass="method public "><ahref="#method_getServerStatisticsDescription" title="getServerStatisticsDescription :: Returns a description of the statistics returned by getServerStatistics()."><spanclass="description">Returns a description of the statistics returned by getServerStatistics().</span><pre>getServerStatisticsDescription()</pre></a></li>
71
-
<liclass="method public "><ahref="#method_getServerStatus" title="getServerStatus :: Get the server status"><spanclass="description">Get the server status</span><pre>getServerStatus()</pre></a></li>
72
70
<liclass="method public "><ahref="#method_getServerTime" title="getServerTime :: Get the server time"><spanclass="description">Get the server time</span><pre>getServerTime()</pre></a></li>
73
71
<liclass="method public "><ahref="#method_getServerVersion" title="getServerVersion :: Get the server version"><spanclass="description">Get the server version</span><pre>getServerVersion()</pre></a></li>
74
72
<liclass="method public "><ahref="#method_reloadServerRouting" title="reloadServerRouting :: Reload the server's routing information
<code>array</code>- The call returns an array with the attributes described here: http://www.arangodb.org/manuals/1.2.beta3/HttpSystem.html#HttpSystemStatus
319
-
['system']['userTime']
320
-
['system']['systemTime']
321
-
['system']['numberOfThreads']
322
-
['system']['residentSize']
323
-
['system']['virtualSize']
324
-
['system']['minorPageFaults']
325
-
['system']['majorPageFaults']</div>
326
-
</div></div>
327
-
</div>
328
301
<aid="method_getServerTime"></a><divclass="element clickable method public method_getServerTime" data-toggle="collapse" data-target=".method_getServerTime .collapse">
@@ -442,7 +415,7 @@ <h2>Return an array of cursor options</h2>
442
415
<h3>Parameters</h3>
443
416
<divclass="subelement argument">
444
417
<h4>$options</h4>
445
-
<code>bool</code><ul>
418
+
<code>mixed</code><ul>
446
419
<li>$options might be a boolean sanitize value, or an array of options, with or without a '_sanitize' key.</li>
447
420
</ul>
448
421
</div>
@@ -614,7 +587,7 @@ <h2>details for server version</h2>
614
587
<divclass="row"><footerclass="span12">
615
588
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
616
589
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
617
-
generated on 2013-05-04T16:18:33+03:00.<br></footer></div>
590
+
generated on 2013-05-11T17:21:44+03:00.<br></footer></div>
<liclass="property public "><ahref="#property_" title=" :: _action"><spanclass="description"></span><pre></pre></a></li>
84
84
<liclass="property public "><ahref="#property_code" title="$code :: - The code of the user function"><spanclass="description"></span><pre>$code</pre></a></li>
85
85
<liclass="property public "><ahref="#property_name" title="$name :: - The name of the user function"><spanclass="description"></span><pre>$name</pre></a></li>
86
86
</ul>
87
87
</li>
88
88
<liclass="nav-header protected">» Protected
89
-
<ul><liclass="property protected "><ahref="#property_attributes" title="$attributes :: The transaction's attributes."><spanclass="description"></span><pre>$attributes</pre></a></li></ul>
89
+
<ul>
90
+
<liclass="property protected "><ahref="#property__action" title="$_action :: The transaction's action."><spanclass="description"></span><pre>$_action</pre></a></li>
91
+
<liclass="property protected "><ahref="#property_attributes" title="$attributes :: The transaction's attributes."><spanclass="description"></span><pre>$attributes</pre></a></li>
92
+
</ul>
90
93
</li>
91
94
<liclass="nav-header private">» Private
92
95
<ul><liclass="property private "><ahref="#property__connection" title="$_connection :: The connection object"><spanclass="description"></span><pre>$_connection</pre></a></li></ul>
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
482
509
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
483
-
generated on 2013-05-04T16:18:33+03:00.<br></footer></div>
510
+
generated on 2013-05-11T17:21:43+03:00.<br></footer></div>
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
173
172
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
174
-
generated on 2013-05-04T16:18:33+03:00.<br></footer></div>
173
+
generated on 2013-05-11T17:21:43+03:00.<br></footer></div>
0 commit comments