(PHP 5, PHP 7)
  	
    
      
      Checks if property is private
    
    
      
      public bool ReflectionProperty::isPrivate ( void )
    
    
    
    Checks whether the property is private.
Returns: 
     TRUE if the property is private, FALSE otherwise. 
See also: 
     
      ReflectionProperty::isPublic() -
 
          
Please login to continue.