CakeFest 2025 Madrid: The Official CakePHP Conference

tidyNode::getPreviousSibling

(PHP 8 >= 8.4.0)

tidyNode::getPreviousSiblingReturns the previous sibling node of the current node

Description

public tidyNode::getPreviousSibling(): ?tidyNode

Returns the previous sibling node of the current node.

Parameters

This function has no parameters.

Return Values

Returns a tidyNode if the node has a previous sibling, or null otherwise.

Examples

Example #1 tidyNode::getPreviousSibling() example

<?php

$html
= <<< HTML
<html>
<head>
</head>
<body>
<p>Hello</p><p>World</p>
</body>
</html>

HTML;

$tidy = tidy_parse_string($html);

$node = $tidy->body();
var_dump($node->child[1]->getPreviousSibling()->value);

?>

The above example will output:

string(13) "<p>Hello</p>
"

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant