MCPcopy Create free account
hub / github.com/BaseXdb/basex / replace

Method replace

basex-api/src/main/php/BaseXClient/Session.php:123–126  ·  view source on GitHub ↗

* Replaces content at the specified path by the given document. * * @param string $path filesystem-like path * @param string $input XML string */

($path, $input)

Source from the content-addressed store, hash-verified

121 * @param string $input XML string
122 */
123 public function replace($path, $input)
124 {
125 $this->sendCmd(12, $path, $input);
126 }
127
128 /**
129 * Stores binary content at the specified path.

Callers 15

wrongMethod · 0.45
okMethod · 0.45
wrongMethod · 0.45
createMethod · 0.45
chat.jsFile · 0.45
stopResizeFunction · 0.45
showErrorFunction · 0.45
logEntriesFunction · 0.45
codemirror.jsFile · 0.45
interpretTokenStyleFunction · 0.45
themeChangedFunction · 0.45
walkFunction · 0.45

Calls 1

sendCmdMethod · 0.95

Tested by 7

wrongMethod · 0.36
okMethod · 0.36
wrongMethod · 0.36
queryMethod · 0.36
initMethod · 0.36
normSpecialMethod · 0.36
runMethod · 0.36