소스 검색

Merge pull request #14 from boettner/patch-1

Clarify return values of `pv.get`
Daniel-Constantin Mierla 5 년 전
부모
커밋
3eabc2e882
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kamailio-kemi-framework/docs/core.md

+ 1 - 1
kamailio-kemi-framework/docs/core.md

@@ -644,7 +644,7 @@ Note: functions exported by Kamailio's `pv` module are in `KSR.pvx` package.
 
 `xval KSR.pv.get(str "pvname")`
 
-Return the value of pseudo-variable `pvname`. The returned value can be string or integer.
+Return the value of pseudo-variable `pvname`. The returned value can be string, integer or null (if pseudo-variable isn't set or `$null`).
 
 Example: