Skip to main content
FlightPath
academic advising and degree audit
Navigation
Home
Download
Documentation
Hosting & Support
Contact
You are here
Home
»
API reference
»
FlightPath 5.x
»
pData.class.php
»
pData
» function pData::left
function pData::left
Search API
Function, file, or topic
*
Partial match search is supported
5.x pData.class.php
pData
::left($value, $NbChar)
File
inc/
pchart/
pchart/
class/
pData.class.php
, line 784
Class
pData
Code
function
left
(
$value
,
$NbChar
) {
return
substr
(
$value
,
0
,
$NbChar
); }