MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / rp

Function rp

tools/sql2graph.php:93–95  ·  view source on GitHub ↗
($string)

Source from the content-addressed store, hash-verified

91}
92
93function rp($string) {
94 return strtr($string, array(")" => "", "(" => "", " " => "", " " => "", "," => ""));
95}
96
97function parseSQLFile($filename, &$tables, &$edges) {
98 //init

Callers 1

parseSQLFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected