User Tools

Site Tools


uphp:functions:set_search_path

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
uphp:functions:set_search_path [2017/05/16 05:21]
admin created
uphp:functions:set_search_path [2021/09/13 05:57] (current)
Line 1: Line 1:
-====== set_search_path ====== +======set_search_path====== 
-This sets the search path which is used when entering a command in the telnet prompt + 
 +<badge>WMPRO, WMMINI FW >= 1.0</badge> <badge>WMMEGA FW >= 2.0</badge> 
 + 
 +Set the search path for the telnet client 
 + 
 +====Description==== 
 + 
 +<well size="sm"><html> 
 +<span style="font-size:125%">set_search_path ( 
 +<span style="color:green">string 
 +<span style="color:blue">$pathname 
 +<span style="color:black">
 +</html></well> 
 + 
 +This function sets the search path which is used when entering a command at the telnet prompt 
 + 
 +====Parameter==== 
 + 
 +<html><b><span style="color:blue">$pathname<span style="color:black"></b></html>:  The directory path 
 + 
 +====Return Values==== 
 + 
 +None 
 + 
 +====Example====
  
-Example: 
 <code php> <code php>
 <?  <? 
   set_search_path("/my_scripts/");   set_search_path("/my_scripts/");
 +?>
 </code> </code>
 +
uphp/functions/set_search_path.1494912069.txt.gz · Last modified: 2021/09/13 05:56 (external edit)